#2466D3
A medium, vivid blue closely aligning with Royalblue.
About #2466D3
The hex code #2466D3 represents a beautifully specific shade of blue. Its closest recognized web color is Royalblue. In the RGB color space, it consists of 36 red, 102 green, and 211 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 83% cyan, 52% magenta, 0% yellow, and 17% black. With a hue angle of 217.4 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#2466D3
RGB36, 102, 211
HSL217.4°, 70.9%, 48.4%
CMYK83%, 52%, 0%, 17%
HSV217.4°, 82.9%, 82.7%
LAB45.1, 19.8, -61.9
XYZ17.2, 14.6, 63.5
Decimal2385619
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.36:1
Text on #FFFFFF
AA
3.92:1
Text on #000000
AA Large
5.13:1
Text on #F8FAFC
AA
3.33:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2466D3;
}
.text-color {
color: #2466D3;
}
.border-color {
border: 2px solid #2466D3;
}