Enter red, green and blue color levels (0-255) and press the Convert button:
SEOTeech.com RGB to Hex Color Converter tool!
RGB to Hex color converter is a tool that converts color values from the RGB (Red, Green, Blue) format to the Hexadecimal (Hex) number color format. Both formats are widely used in digital design, web development, and graphic editing.
To convert an RGB value (R, G, B)
to a Hex color:
#
.RGB (Red, Green, Blue):
(255, 0, 0)
represents pure red.Hexadecimal (Hex):
#
.00
to FF
.#FF0000
represents pure red.Color Name | HEX | R,G,B Values |
White | #FFFFFF | (255,255,255) |
Black | #000000 | (0,0,0) |
Red | #FF0000 | (255,0,0) |
Gray | #808080 | (128,128,128) |
Blue | #0000FF | (0,0,255) |
Yellow | #FFFF00 | (255,255,0) |
Cyan | #00FFFF | (0,255,255) |
Magenta | #FF00FF | (255,0,255) |
Silver | #C0C0C0 | (192,192,192) |
Navy | #000080 | (0,0,128) |
Olive | #808000 | (128,128,0) |
Lime | #00FF00 | (0,255,0) |
Green | #008000 | (0,128,0) |
Teal | #008080 | (0,128,128) |
Purple | #800080 | (128,0,128) |
Maroon | #800000 | (128,0,0) |