#0F50E2
A medium, vivid blue closely aligning with Mediumslateblue.
About #0F50E2
Visually, #0F50E2 is defined as a vivid blue. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 15 red, 80 green, and 226 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 93% cyan, 65% magenta, 0% yellow, and 11% black. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0F50E2
RGB15, 80, 226
HSL221.5°, 87.6%, 47.3%
CMYK93%, 65%, 0%, 11%
HSV221.5°, 93.4%, 88.6%
LAB40.1, 38.6, -78.5
XYZ16.8, 11.3, 73.3
Decimal1003746
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.43:1
Text on #FFFFFF
AA
3.27:1
Text on #000000
AA Large
6.15:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F50E2;
}
.text-color {
color: #0F50E2;
}
.border-color {
border: 2px solid #0F50E2;
}