#1D57F0
A medium, vivid blue closely aligning with Mediumslateblue.
About #1D57F0
When working with digital screens, the color #1D57F0 is rendered by mixing light. Its closest recognized web color is Mediumslateblue. In the RGB color space, it consists of 29 red, 87 green, and 240 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 88% C, 64% M, 0% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D57F0
RGB29, 87, 240
HSL223.5°, 87.6%, 52.7%
CMYK88%, 64%, 0%, 6%
HSV223.5°, 87.9%, 94.1%
LAB43.3, 40.0, -81.2
XYZ19.6, 13.4, 84.0
Decimal1923056
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.72:1
Text on #FFFFFF
AA
3.67:1
Text on #000000
AA Large
5.46:1
Text on #F8FAFC
AA
3.12:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #1D57F0;
}
.text-color {
color: #1D57F0;
}
.border-color {
border: 2px solid #1D57F0;
}