HEX to RGB Converter
Enter a hex colour such as #3563F5 to see its RGB, HSL, HSV and CMYK equivalents, with a preview swatch.
HEX
#3563F5
RGB
rgb(53, 99, 245)
HSL
hsl(226, 91%, 58%)
CMYK
cmyk(78%, 60%, 0%, 4%)
Decimal
3,498,997
CSS colour
#3563f5 — rgb(53 99 245)
How this was worked out
- Step 1Hex pairs: 35 → 53, 63 → 99, F5 → 245
- Step 2Each pair is a base-16 number from 00 to FF, giving a value from 0 to 255.
Formula
Each pair of hex digits is converted from base 16 to decimal: R, G and B each range from 0 to 255.
Example
Input
#3563F5
Result
rgb(53, 99, 245)
Frequently asked questions
Yes — #36F is expanded to #3366FF automatically.
It is the colour expressed as a single integer (R×65,536 + G×256 + B), used in some graphics formats.
Related tools
Keep going — these tools solve the problems that usually come next.
Color Converter
PopularConvert between HEX, RGB, HSL, HSV and CMYK.
Technology
RGB to HEX Converter
Convert RGB values to a hex colour code.
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