RGB to HEX Converter
Enter red, green and blue values from 0 to 255 to get the hex code, plus the HSL and CMYK equivalents.
HEX
#3563F5
RGB
rgb(53, 99, 245)
HSL
hsl(226, 91%, 58%)
Short hex
Not available
How this was worked out
- Step 1Convert each channel to hexadecimal: 53 → 35, 99 → 63, 245 → F5
Formula
Each channel is converted to a two-digit hexadecimal pair and prefixed with #.
Example
Input
rgb(53, 99, 245)
Result
#3563F5
Frequently asked questions
Convert first: 50% of 255 is about 128.
Yes — the short hex is shown when all three pairs are doubled digits.
Related tools
Keep going — these tools solve the problems that usually come next.
Color Converter
PopularConvert between HEX, RGB, HSL, HSV and CMYK.
Technology
HEX to RGB Converter
Convert a hex colour code to RGB, HSL and more.
Technology
QR Code Generator
PopularCreate a QR code for any text, URL or Wi-Fi network.
Technology
JSON Formatter
PopularFormat, validate and minify JSON with error reporting.
Technology