#1D42FF
A medium, vivid blue closely aligning with Mediumblue.
About #1D42FF
At its core, #1D42FF is a medium and vivid hue. It is closely associated with the named CSS color Mediumblue. To achieve this exact tint on a monitor, you would use an RGB mix of 29, 66, and 255.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 89% cyan and 74% magenta inks. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#1D42FF
RGB29, 66, 255
HSL230.2°, 100.0%, 55.7%
CMYK89%, 74%, 0%, 0%
HSV230.2°, 88.6%, 100.0%
LAB40.2, 57.6, -94.7
XYZ20.5, 11.4, 95.7
Decimal1917695
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
6.41:1
Text on #FFFFFF
AA
3.28:1
Text on #000000
AA Large
6.13:1
Text on #F8FAFC
AA
2.78:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D42FF;
}
.text-color {
color: #1D42FF;
}
.border-color {
border: 2px solid #1D42FF;
}