RGB and HEX represent the same sRGB color. HEX is the format used in HTML and CSS; RGB is more common in design tools and image processing.
Convert each channel (0–255) to a two-digit hexadecimal string and concatenate them. R=255, G=127, B=80 → #FF7F50.
Use HEX when writing CSS or HTML — it's the most compact and widely supported color format on the web.
Tap any swatch to see its full breakdown.
Navy
rgb(0, 0, 128)
Royal Blue
rgb(65, 105, 225)
Sky Blue
rgb(135, 206, 235)
Baby Blue
rgb(137, 207, 240)
Powder Blue
rgb(176, 224, 230)
Cornflower Blue
rgb(100, 149, 237)
Steel Blue
rgb(70, 130, 180)
Dodger Blue
rgb(30, 144, 255)
Cerulean
rgb(0, 123, 167)
Teal Blue
rgb(0, 128, 128)
Cyan
rgb(0, 255, 255)
Cobalt Blue
rgb(0, 71, 171)
Azure
rgb(0, 127, 255)
Sapphire
rgb(15, 82, 186)
Midnight Blue
rgb(25, 25, 112)
Indigo
rgb(75, 0, 130)
Periwinkle
rgb(204, 204, 255)
Slate Blue
rgb(106, 90, 205)
Colorframe shows you RGB, HEX, and every other format side-by-side as you pick. Copy any with one click.