#2563EB
HEX to RGB Converter
Convert any HEX color code to RGB instantly. You can also convert RGB back to HEX, preview the color, copy values, and see the matching HSL color.
Converted Color
#2563EB equals rgb(37, 99, 235).
rgb(37, 99, 235)
hsl(221, 83%, 53%)
How to convert HEX to RGB
A six-digit HEX color contains three pairs of hexadecimal values: one for red, one for green, and one for blue. Each pair ranges from 00 to FF, which corresponds to 0 through 255 in decimal RGB.
HEX to RGB example
For #2563EB, the three channel pairs are 25, 63, and EB. Converted from hexadecimal to decimal, they become 37, 99, and 235.
| Channel | HEX | Decimal |
|---|---|---|
| Red | 25 | 37 |
| Green | 63 | 99 |
| Blue | EB | 235 |
Common HEX to RGB color conversions
These examples show common web colors in both HEX and RGB format.
| Color | HEX | RGB |
|---|---|---|
| Black | #000000 | rgb(0, 0, 0) |
| White | #FFFFFF | rgb(255, 255, 255) |
| Red | #FF0000 | rgb(255, 0, 0) |
| Green | #00FF00 | rgb(0, 255, 0) |
| Blue | #0000FF | rgb(0, 0, 255) |
| ToolWisp Blue | #2563EB | rgb(37, 99, 235) |
Related color and image tools
Try more ToolWisp tools for extracting, creating, and working with colors and images.
HEX to RGB FAQ
How do I convert HEX to RGB?
Enter a HEX value such as #2563EB. ToolWisp converts each hexadecimal color channel into a decimal number from 0 to 255.
What is #FFFFFF in RGB?
#FFFFFF is rgb(255, 255, 255), which represents white.
What is #000000 in RGB?
#000000 is rgb(0, 0, 0), which represents black.
Does this converter support 3-digit HEX codes?
Yes. Short HEX colors such as #FFF, #000, or #F00 are expanded automatically to #FFFFFF, #000000, and #FF0000.
Can I convert RGB to HEX?
Yes. Switch to RGB → HEX mode and enter red, green, and blue values between 0 and 255.
What is the difference between HEX and RGB?
HEX and RGB describe the same red, green, and blue color channels in different number formats. HEX uses hexadecimal notation, while RGB uses decimal channel values from 0 to 255.