#0F50F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #0F50F0
The precise color #0F50F0 is an excellent choice for modern design projects. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 15, 80, and 240.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 94% C, 67% M, 0% Y, and 6% K. The HSL representation is 222.7° hue, 88.2% saturation, and 50.0% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a medium color, it is generally recommended to use #FFFFFF text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#0F50F0
RGB15, 80, 240
HSL222.7°, 88.2%, 50.0%
CMYK94%, 67%, 0%, 6%
HSV222.7°, 93.8%, 94.1%
LAB41.4, 43.8, -84.3
XYZ18.8, 12.1, 83.8
Decimal1003760
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.13:1
Text on #FFFFFF
AA
3.43:1
Text on #000000
AA Large
5.86:1
Text on #F8FAFC
AA
2.91:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0F50F0;
}
.text-color {
color: #0F50F0;
}
.border-color {
border: 2px solid #0F50F0;
}