Ad Space
Unit Conversion Calculators

HEX to RGB Color Converter

Convert a hexadecimal color code to its red, green and blue (RGB) component values.

Enter a 3 or 6-digit hex color code, with or without the # symbol.
Red
Green
Blue
Ad Space — 300×250

About the HEX to RGB Color Converter

Hex color codes represent colors as three pairs of hexadecimal digits (00-FF) for red, green and blue, while RGB expresses the same color as three decimal numbers from 0 to 255.

Formula: R = hex digits 1-2 in base 16 · G = hex digits 3-4 in base 16 · B = hex digits 5-6 in base 16

Essential for web design, CSS styling and graphic design tools that require both hex and RGB color formats.

Ad Space