#0F3AE9
A medium, vivid blue closely aligning with Mediumblue.
About #0F3AE9
Visually, #0F3AE9 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. This translates to an RGB value of rgb(15, 58, 233).
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 94% cyan and 75% magenta inks. With a hue angle of 228.2 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F3AE9
RGB15, 58, 233
HSL228.2°, 87.9%, 48.6%
CMYK94%, 75%, 0%, 9%
HSV228.2°, 93.6%, 91.4%
LAB36.0, 54.3, -89.3
XYZ16.4, 9.0, 78.0
Decimal998121
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.49:1
Text on #FFFFFF
AAA
2.80:1
Text on #000000
FAIL
7.16:1
Text on #F8FAFC
AAA
2.38:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3AE9;
}
.text-color {
color: #0F3AE9;
}
.border-color {
border: 2px solid #0F3AE9;
}