#240FDB
A medium, vivid blue closely aligning with Mediumblue.
About #240FDB
Visually, #240FDB is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 15, and 219.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 84% C, 93% M, 0% Y, and 14% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#240FDB
RGB36, 15, 219
HSL246.2°, 87.2%, 45.9%
CMYK84%, 93%, 0%, 14%
HSV246.2°, 93.2%, 85.9%
LAB29.0, 68.2, -92.9
XYZ13.7, 5.8, 67.4
Decimal2363355
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.69:1
Text on #FFFFFF
AAA
2.17:1
Text on #000000
FAIL
9.27:1
Text on #F8FAFC
AAA
1.84:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240FDB;
}
.text-color {
color: #240FDB;
}
.border-color {
border: 2px solid #240FDB;
}