#0F3AF8
A medium, vivid blue closely aligning with Mediumblue.
About #0F3AF8
Visually, #0F3AF8 is defined as a vivid blue. Its closest recognized web color is Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 58, and 248.
Translating this color to physical media requires the CMYK color model. The color uses 94% Cyan, 77% Magenta, 0% Yellow, and 3% Black. With a hue angle of 228.9 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. 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#0F3AF8
RGB15, 58, 248
HSL228.9°, 94.3%, 51.6%
CMYK94%, 77%, 0%, 3%
HSV228.9°, 94.0%, 97.3%
LAB37.7, 59.2, -95.0
XYZ18.7, 9.9, 89.7
Decimal998136
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.04:1
Text on #FFFFFF
AAA
2.98:1
Text on #000000
FAIL
6.73:1
Text on #F8FAFC
AA
2.53:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F3AF8;
}
.text-color {
color: #0F3AF8;
}
.border-color {
border: 2px solid #0F3AF8;
}