File ConversionColor ConversionFree Tool
RGB to HEX
Convert RGB values (0-255 per channel) to a HEX color code (#RRGGBB) using standard base-10 to base-16 conversion.
How to Use RGB to HEX
- 1Enter R, G, B values separated by commas (e.g. 79, 70, 229)
- 2Click Convert
- 3Copy the hex result
Frequently Asked Questions
Three comma-separated numbers from 0-255, e.g. "79, 70, 229" for red, green, and blue.
Exact — RGB and HEX describe the same color values in different bases, so there's no rounding or approximation involved.
No — the conversion happens entirely in your browser.
Related Tools
HEX to RGB
Convert a HEX color code (#RRGGBB) to its exact RGB(r, g, b) equivalent using standard base-16 to base-10 conversion.
HEX to HSL
Convert a HEX color code to HSL (Hue, Saturation, Lightness) using the standard RGB-to-HSL formula.
HSL to HEX
Convert HSL (Hue, Saturation, Lightness) values to a HEX color code using the standard HSL-to-RGB formula.
HEX to CMYK
Convert a HEX color code to approximate CMYK percentages using the standard RGB-to-CMYK formula — a screen-to-print estimate, not a color-managed proof.