#241DB6
A medium, vivid blue closely aligning with Darkblue.
About #241DB6
At its core, #241DB6 is a medium and vivid hue. It is closely associated with the named CSS color Darkblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 29, and 182.
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 80% cyan and 84% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. To prevent eye strain, #FFFFFF text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#241DB6
RGB36, 29, 182
HSL242.7°, 72.5%, 41.4%
CMYK80%, 84%, 0%, 29%
HSV242.7°, 84.1%, 71.4%
LAB25.7, 53.4, -76.8
XYZ9.6, 4.6, 44.6
Decimal2366902
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.90:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.42:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #241DB6;
}
.text-color {
color: #241DB6;
}
.border-color {
border: 2px solid #241DB6;
}