#2407B6
A dark, vivid blue closely aligning with Mediumblue.
About #2407B6
At its core, #2407B6 is a dark and vivid hue. Its closest recognized web color is Mediumblue. In the RGB color space, it consists of 36 red, 7 green, and 182 blue.
If you are designing for print, the four-color process is what matters most. Its ink density profile breaks down to 80% cyan, 96% magenta, 0% yellow, and 29% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#2407B6
RGB36, 7, 182
HSL249.9°, 92.6%, 37.1%
CMYK80%, 96%, 0%, 29%
HSV249.9°, 96.2%, 71.4%
LAB23.4, 60.3, -80.6
XYZ9.2, 3.9, 44.5
Decimal2361270
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.79:1
Text on #FFFFFF
AAA
1.78:1
Text on #000000
FAIL
11.27:1
Text on #F8FAFC
AAA
1.51:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2407B6;
}
.text-color {
color: #2407B6;
}
.border-color {
border: 2px solid #2407B6;
}