This free online color code converter tool helps to convert RGB to HEX color code. RGB to HEX converter takes the values of Red, Green and Blue ranging from 0 to 255, and convert it to a hexadecimal string (#FF0000
). Hexadecimal color code string is used to specify color in HTML or CSS.
RGB is the combination of three color Red, Green, and Blue. It represents the colors which are used in electronic systems like computers. In HTML, RGB color values can be specified using rgb(red, green, blue) formula. The range of each parameter (red, green, blue) between 0 and 255.
The following Color table listed some popular color code with RGB and HEX values.
Color Name | Color | RGB Value | HEX Value |
---|---|---|---|
Aqua | rgb(0, 255, 255) | #00FFFF | |
Aquamarine | rgb(127, 255, 212) | #7FFFD4 | |
Azure | rgb(240, 255, 255) | #F0FFFF | |
Bisque | rgb(255, 228, 196) | #FFE4C4 | |
Black | rgb(0, 0, 0) | #000000 | |
Blue | rgb(0, 0, 255) | #0000FF | |
Blue Violet | rgb(138, 43, 226) | #8A2BE2 | |
Brown | rgb(165, 42, 42) | #A52A2A | |
Cadet Blue | rgb(95, 158, 160) | #5F9EA0 | |
Chartreuse | rgb(127, 255, 0) | #7FFF00 | |
Chocolate | rgb(210, 105, 30) | #D2691E | |
Coral | rgb(255, 127, 80) | #FF7F50 | |
Cornflower Blue | rgb(100, 149, 237) | #6495ED | |
Fuchsia | rgb(255, 0, 255)) | #FF00FF | |
Grey | rgb(128, 128, 128) | #808080 | |
Green | rgb(0, 128, 0) | #008000 | |
Indigo | rgb(75, 0, 130) | #4B0082 | |
Lavender | rgb(230, 230, 250) | #E6E6FA | |
LawnGreen | rgb(124, 252, 0) | #7CFC00 | |
LightBlue | rgb(173, 216, 230) | #ADD8E6 | |
LightGreen | rgb(144, 238, 144) | #90EE90 | |
LightPink | rgb(255, 182, 193) | #FFB6C1 | |
LightSeaGreen | rgb(32, 178, 170) | #20B2AA | |
LightSkyBlue | rgb(135, 206, 250) | #87CEFA | |
Lime | rgb(0, 255, 0) | #00FF00 | |
Magenta | rgb(255, 0, 255) | #FF00FF | |
Maroon | rgb(128, 0, 0) | #800000 | |
Pink | rgb(255, 192, 203) | #FFC0CB | |
Plum | rgb(221, 160, 221) | #DDA0DD | |
Purple | rgb(128, 0, 128) | #800080 | |
Red | rgb(255, 0, 0) | #FF0000 | |
SkyBlue | rgb(135, 206, 235) | #87CEEB | |
Teal | rgb(0, 128, 128) | #008080 | |
Tomato | rgb(255, 99, 71) | #FF6347 | |
Turquoise | rgb(64, 224, 208) | #40E0D0 | |
Violet | rgb(238, 130, 238) | #EE82EE | |
White | rgb(255, 255, 255) | #FFFFFF | |
Yellow | rgb(255, 255, 0) | #FFFF00 |