#0F24FF
A medium, vivid blue closely aligning with Blue.
About #0F24FF
The precise color #0F24FF is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Blue. In the RGB color space, it consists of 15 red, 36 green, and 255 blue.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 94% cyan and 86% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0F24FF
RGB15, 36, 255
HSL234.8°, 100.0%, 52.9%
CMYK94%, 86%, 0%, 0%
HSV234.8°, 94.1%, 100.0%
LAB35.2, 71.2, -103.1
XYZ18.9, 8.6, 95.3
Decimal992511
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.73:1
Text on #FFFFFF
AAA
2.72:1
Text on #000000
FAIL
7.39:1
Text on #F8FAFC
AAA
2.31:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F24FF;
}
.text-color {
color: #0F24FF;
}
.border-color {
border: 2px solid #0F24FF;
}