HEX to RGB converter
Paste a hex code - instantly see the R, G, B values and every other format: HSL, HSV, CMYK.
#4DA6FFrgb(77, 166, 255)
RGB
R
G
B
Presets
HEX
RGB
rgb(77, 166, 255)
HSL
hsl(210, 100%, 65%)
HSV
hsv(210, 70%, 100%)
CMYK
cmyk(70%, 35%, 0%, 0%)
How to convert hex to rgb by hand
A hex code is three pairs of hexadecimal digits: the first pair encodes red, the second green, the third blue, each ranging from 00 to FF (0 to 255 in plain decimal). For example, #4DA6FF is R=77 (4D), G=166 (A6), B=255 (FF). The converter above does this automatically and instantly shows the result in rgb(), hsl(), hsv(), and cmyk().