#0F42FF
A medium, vivid blue closely aligning with Mediumblue.
About #0F42FF
At its core, #0F42FF is a medium and vivid hue. If you're using CSS, you might find it aligns closely with Mediumblue. This translates to an RGB value of rgb(15, 66, 255).
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 94% C, 74% M, 0% Y, and 0% 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. 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#0F42FF
RGB15, 66, 255
HSL227.2°, 100.0%, 52.9%
CMYK94%, 74%, 0%, 0%
HSV227.2°, 94.1%, 100.0%
LAB39.9, 57.2, -95.1
XYZ20.2, 11.2, 95.7
Decimal1000191
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.47:1
Text on #FFFFFF
AA
3.24:1
Text on #000000
AA Large
6.19:1
Text on #F8FAFC
AA
2.76:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F42FF;
}
.text-color {
color: #0F42FF;
}
.border-color {
border: 2px solid #0F42FF;
}