#240FB6
A dark, vivid blue closely aligning with Mediumblue.
About #240FB6
Visually, #240FB6 is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 36, 15, and 182.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 80% Cyan, 92% 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. 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#240FB6
RGB36, 15, 182
HSL247.5°, 84.8%, 38.6%
CMYK80%, 92%, 0%, 29%
HSV247.5°, 91.8%, 71.4%
LAB24.0, 58.4, -79.5
XYZ9.3, 4.1, 44.6
Decimal2363318
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.55:1
Text on #FFFFFF
AAA
1.82:1
Text on #000000
FAIL
11.04:1
Text on #F8FAFC
AAA
1.55:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240FB6;
}
.text-color {
color: #240FB6;
}
.border-color {
border: 2px solid #240FB6;
}