#1D0FBD
A medium, vivid blue closely aligning with Mediumblue.
About #1D0FBD
When working with digital screens, the color #1D0FBD is rendered by mixing light. Its closest recognized web color is Mediumblue. This translates to an RGB value of rgb(29, 15, 189).
Translating this color to physical media requires the CMYK color model. Its ink density profile breaks down to 85% cyan, 92% magenta, 0% yellow, and 26% black. With a hue angle of 244.8 degrees, it sits comfortably in the blue spectrum.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. 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#1D0FBD
RGB29, 15, 189
HSL244.8°, 85.3%, 40.0%
CMYK85%, 92%, 0%, 26%
HSV244.8°, 92.1%, 74.1%
LAB24.6, 60.1, -82.7
XYZ9.9, 4.3, 48.4
Decimal1904573
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.32:1
Text on #FFFFFF
AAA
1.86:1
Text on #000000
FAIL
10.82:1
Text on #F8FAFC
AAA
1.58:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #1D0FBD;
}
.text-color {
color: #1D0FBD;
}
.border-color {
border: 2px solid #1D0FBD;
}