#2407AF
A dark, vivid blue closely aligning with Darkblue.
About #2407AF
The hex code #2407AF represents a beautifully specific shade of blue. If you're using CSS, you might find it aligns closely with Darkblue. Its digital footprint relies on 36 parts red, 7 parts green, and 175 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 79% cyan, 96% magenta, 0% yellow, and 31% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#2407AF
RGB36, 7, 175
HSL250.4°, 92.3%, 35.7%
CMYK79%, 96%, 0%, 31%
HSV250.4°, 96.0%, 68.6%
LAB22.4, 58.5, -78.0
XYZ8.5, 3.6, 40.8
Decimal2361263
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.18:1
Text on #FFFFFF
AAA
1.72:1
Text on #000000
FAIL
11.64:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #2407AF;
}
.text-color {
color: #2407AF;
}
.border-color {
border: 2px solid #2407AF;
}