#0F2CF8
A medium, vivid blue closely aligning with Mediumblue.
About #0F2CF8
Visually, #0F2CF8 is defined as a vivid blue. It is closely associated with the named CSS color Mediumblue. In the RGB color space, it consists of 15 red, 44 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 82% M, 0% Y, and 3% K. With a hue angle of 232.5 degrees, it sits comfortably in the blue spectrum.
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#0F2CF8
RGB15, 44, 248
HSL232.5°, 94.3%, 51.6%
CMYK94%, 82%, 0%, 3%
HSV232.5°, 94.0%, 97.3%
LAB35.4, 66.0, -98.8
XYZ18.0, 8.7, 89.5
Decimal994552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
7.68:1
Text on #FFFFFF
AAA
2.74:1
Text on #000000
FAIL
7.34:1
Text on #F8FAFC
AAA
2.33:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F2CF8;
}
.text-color {
color: #0F2CF8;
}
.border-color {
border: 2px solid #0F2CF8;
}