#2466E9
A medium, vivid blue closely aligning with Royalblue.
About #2466E9
Visually, #2466E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Royalblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 102, and 233.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 85% cyan, 56% magenta, 0% yellow, and 9% black. The HSL representation is 219.9° hue, 81.7% saturation, and 52.7% lightness.
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#2466E9
RGB36, 102, 233
HSL219.9°, 81.7%, 52.7%
CMYK85%, 56%, 0%, 9%
HSV219.9°, 84.5%, 91.4%
LAB46.7, 28.2, -71.7
XYZ20.2, 15.8, 79.1
Decimal2385641
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.06:1
Text on #FFFFFF
AA
4.15:1
Text on #000000
AA Large
4.83:1
Text on #F8FAFC
AA
3.53:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #2466E9;
}
.text-color {
color: #2466E9;
}
.border-color {
border: 2px solid #2466E9;
}