#0F16E9
A medium, vivid blue closely aligning with Mediumblue.
About #0F16E9
Visually, #0F16E9 is defined as a vivid blue. Its closest recognized web color is Mediumblue. Its digital footprint relies on 15 parts red, 22 parts green, and 233 parts blue light.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 94% cyan, 91% magenta, 0% yellow, and 9% black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F16E9
RGB15, 22, 233
HSL238.1°, 87.9%, 48.6%
CMYK94%, 91%, 0%, 9%
HSV238.1°, 93.6%, 91.4%
LAB30.8, 69.7, -98.0
XYZ15.2, 6.6, 77.6
Decimal988905
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
9.08:1
Text on #FFFFFF
AAA
2.31:1
Text on #000000
FAIL
8.68:1
Text on #F8FAFC
AAA
1.97:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F16E9;
}
.text-color {
color: #0F16E9;
}
.border-color {
border: 2px solid #0F16E9;
}