RGB to HEX Color Converter Online Tool
This is the free online color converter tool to convert your RGB color code to hex color. It will take RGB color code format and convert it into hex color.
So use this tool to convert your color and use that color wherever you want to use like in website designing, painting, etc. If you want to convert hex to RGB color then use Hex to RGB converter.
How to use this RGB to HEX Converter tool?
This tool is very simple and everyone can use it. It has a user-friendly interface and you will not interrupt or not face any issues while converting your color.
- Type your RGB color code in the three input boxes as referring to RGB. You can also use the range sliding to set the RGB color.
- Now click on the Convert to HEX button.
- Your converted hex color will be shown in the box.
- You can click on the Reset button to set the default color or try to new color.
What is the HEX Color?
The Hex color code has 6 6-digit hexadecimal and prefix # character of hex color. The value of hexadecimal color lies between 00 and FF.
A hexadecimal color is specified with #RRGGBB. RR (red), GG (green), and BB (blue) are hexadecimal integers between 00 and FF specifying the intensity of the color. The Hexadecimal color values are mostly supported in all browsers.
What is RGB Color?
The RGB color is an additive color model[1] in which the red, green, and blue primary colors of light are added together in various ways to reproduce a broad array of colors.
The RGB color model is primarily used in electronic systems such as TVs and computers for image sensing, representation, and display.
It is also supported by all browsers and its values are specified with rgb(red, green, blue). These parameters (red, green, blue) define the color integer between 0 and 255.
RGB Color
rgb(255, 0, 0)
Hex Color
FF0000
RGB to HEX Color Code List
Color Name | Color Preview | RGB Code | HEX Code |
---|---|---|---|
Black | #000000 | rgb(0, 0, 0) | #000000 |
White | #FFFFFF | rgb(255, 255, 255) | #FFFFFF |
Red | #FF0000 | rgb(255, 0, 0) | #FF0000 |
Lime | rgb(0, 255, 0) | #00FF00 | |
Blue | rgb(0, 0, 255) | #0000FF | |
Yellow | rgb(255, 255, 0) | #FFFF00 | |
Cyan | rgb(0, 255, 255) | #00FFFF | |
Magenta | rgb(192,192,192) | #C0C0C0 | |
Aquamarine | rgb(127, 255, 212) | #7FFFD4 | |
Azure | rgb(240, 255, 255) | #F0FFFF | |
Bisque | rgb(255, 228, 196) | #FFE4C4 | |
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 | |
Magenta | rgb(255, 0, 255)) | #FF00FF | |
Gray | 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 | |
Magenta | rgb(255, 0, 255) | #FF00FF | |
Maroon | rgb(128, 0, 0) | #800000 | |
Olive | rgb(128,128,0) | #808000 | |
Pink | rgb(255, 192, 203) | #FFC0CB | |
Plum | rgb(221, 160, 221) | #DDA0DD | |
Purple | rgb(128, 0, 128) | #800080 | |
SkyBlue | rgb(135, 206, 235) | #87CEEB | |
Teal | rgb(0, 128, 128) | #008080 | |
Navy | rgb(0, 128, 128) | #000080 | |
Tomato | rgb(255, 99, 71) | #FF6347 | |
Turquoise | rgb(64, 224, 208) | #40E0D0 | |
Violet | rgb(238, 130, 238) | #EE82EE |