Tested tool guide
Tested browser tools
Checked August 16, 2026
What RGB / HSL / HSV Color Converter does, with a checked example
Color is only a triple of numbers, but there is more than one way to number it. This tool converts a single color between hex, RGB, HSL, and HSV, and it keeps a visual picker and live preview in sync with whatever you type, so the fields always describe the swatch you are looking at. The thing users trip over is that HSL and HSV are two different models with almost the same abbreviation: a 50% saturation in one is not 50% in the other, so a color that looked vivid in one can look washed out when read as the other.
Worked example
A concrete input and expected output from the current implementation.
->
Expected output
RGB: 0, 128, 255 | HSL: 210°, 100%, 50% | HSV: 210°, 100%, 100%
Blue is the dominant channel, so hue is 209.88°, shown rounded to 210°. Saturation is 100% in both models because the largest channel is at full strength and the smallest is zero; they split on the third axis, with lightness (the midpoint of max and min) at 50% versus value (the max itself) at 100%.