#0050F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #0050F8
The precise color #0050F8 is an excellent choice for modern design projects. It is closely associated with the named CSS color Mediumslateblue. In the RGB color space, it consists of 0 red, 80 green, and 248 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 100% cyan, 68% magenta, 0% yellow, and 3% 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. To prevent eye strain, #FFFFFF text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#0050F8
RGB0, 80, 248
HSL220.6°, 100.0%, 48.6%
CMYK100%, 68%, 0%, 3%
HSV220.6°, 100.0%, 97.3%
LAB42.0, 46.4, -87.8
XYZ19.8, 12.5, 90.2
Decimal20728
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.99:1
Text on #FFFFFF
AA
3.50:1
Text on #000000
AA Large
5.73:1
Text on #F8FAFC
AA
2.98:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #0050F8;
}
.text-color {
color: #0050F8;
}
.border-color {
border: 2px solid #0050F8;
}