#240FA8
A dark, vivid blue closely aligning with Darkblue.
About #240FA8
At its core, #240FA8 is a dark and vivid hue. Designers often compare it to the standard color Darkblue. This translates to an RGB value of rgb(36, 15, 168).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 79% cyan, 91% magenta, 0% yellow, and 34% black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#240FA8
RGB36, 15, 168
HSL248.2°, 83.6%, 35.9%
CMYK79%, 91%, 0%, 34%
HSV248.2°, 91.1%, 65.9%
LAB22.1, 54.6, -74.3
XYZ8.0, 3.5, 37.3
Decimal2363304
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.29:1
Text on #FFFFFF
AAA
1.71:1
Text on #000000
FAIL
11.75:1
Text on #F8FAFC
AAA
1.45:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240FA8;
}
.text-color {
color: #240FA8;
}
.border-color {
border: 2px solid #240FA8;
}