#240FF0
A medium, vivid blue closely aligning with Blue.
About #240FF0
At its core, #240FF0 is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 36 red, 15 green, and 240 blue.
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 85% cyan, 94% magenta, 0% yellow, and 6% black. The HSL representation is 245.6° hue, 88.2% saturation, and 50.0% lightness.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#240FF0
RGB36, 15, 240
HSL245.6°, 88.2%, 50.0%
CMYK85%, 94%, 0%, 6%
HSV245.6°, 93.8%, 94.1%
LAB31.8, 73.5, -100.2
XYZ16.6, 7.0, 82.9
Decimal2363376
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
8.74:1
Text on #FFFFFF
AAA
2.40:1
Text on #000000
FAIL
8.36:1
Text on #F8FAFC
AAA
2.04:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #240FF0;
}
.text-color {
color: #240FF0;
}
.border-color {
border: 2px solid #240FF0;
}