#245FE2
A medium, vivid blue closely aligning with Royalblue.
About #245FE2
The hex code #245FE2 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. This translates to an RGB value of rgb(36, 95, 226).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 84% C, 58% M, 0% Y, and 11% K. With a hue angle of 221.4 degrees, it sits comfortably in the blue spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#245FE2
RGB36, 95, 226
HSL221.4°, 76.6%, 51.4%
CMYK84%, 58%, 0%, 11%
HSV221.4°, 84.1%, 88.6%
LAB44.3, 30.1, -71.6
XYZ18.5, 14.1, 73.7
Decimal2383842
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #245FE2;
}
.text-color {
color: #245FE2;
}
.border-color {
border: 2px solid #245FE2;
}