#1D50F8
A medium, vivid blue closely aligning with Mediumslateblue.
About #1D50F8
At its core, #1D50F8 is a medium and vivid hue. Its closest recognized web color is Mediumslateblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 80, and 248.
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 88% cyan and 68% magenta inks. The HSL representation is 226.0° hue, 94.0% saturation, and 54.3% lightness.
Ensuring your text is legible against this background is a key part of web design. 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#1D50F8
RGB29, 80, 248
HSL226.0°, 94.0%, 54.3%
CMYK88%, 68%, 0%, 3%
HSV226.0°, 88.3%, 97.3%
LAB42.4, 47.1, -87.1
XYZ20.3, 12.8, 90.2
Decimal1921272
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.91:1
Text on #FFFFFF
AA
3.56:1
Text on #000000
AA Large
5.65:1
Text on #F8FAFC
AA
3.02:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D50F8;
}
.text-color {
color: #1D50F8;
}
.border-color {
border: 2px solid #1D50F8;
}