Enter Your RGB Color
Color Formate Should: rgb(red, green, blue)
Red (R) | |
Green (G) | |
Blue (B) |
Converted Color Output
HEX | |
R | |
G | |
B |
RGB to HEX Color Converter free online tool is used to convert HSL color into RGB color, without installing any software on your device. All our tools are totally free for a lifetime.
How to use it?
- In RGB color format it has 3parts
- the first part for Red Color
- the Second part for Green Color
- and the Last Part For Blue Color.
- Enter your value in a specific input field given screen shoot below.
- Now look at the output part there are two parts, the first one is for Color Preview according to your color code and the next part marked by red color is for output.
- Copy the color code from the HEX field This is your converted color code.
About RGB Color:
The full form of RGB is Red, Green, and Blue.
And the min value of RGB color is 0 and the max value is 255. In CSS RGB Color is specified with the RGB() function, and the syntax is:
rgba(red, green, blue)
Some Examples of RGB Colors:
- RGB(255, 0, 0) = red color
- RGB(0, 255, 0) = green color
- RGB(0, 0, 255) = blue color
There is another color format name RGBA this color format is the extended version of RGB color format with an alpha channel – which specifies the opacity of the object, and the syntax of this color format is:
rgba(red, green, blue, alpha)
The alpha parameter’s min value is 0 which means fully transparent and the max is 1 which means fully opaque you can use any number between 0 and 1, for example, 0.3.
About HSL Color Formate:
The full form of HSL is H: hue, S: saturation, and lightness. Here Hue is the degree on the color wheel between (0-360), in the color wheel 0deg or 360deg is for red color, 120deg for green, and 240deg is for blue color. Saturation is the value between 0% to 100%; 0% means a shade of gray and 100% is the full color.

Syntex of an HSL color in CSS is:
hsl(hue, saturation, lightness)
Some Examples of HSL Colors:
- HSL(0, 100%, 80%) = red color
- HSL(360, 100%, 80%) = red color
- HSL(120, 100%, 25%) = dark green color
- HSL(120, 60%, 70%) = pastel green color
HSL Color has another version extended with an alpha value which can manage the opacity of the color.
Create Beautiful colors using our Color generator:
Leave a Reply