#425FD3
A medium, moderate blue closely aligning with Royalblue.
About #425FD3
The precise color #425FD3 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Royalblue. This translates to an RGB value of rgb(66, 95, 211).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 69% cyan, 55% magenta, 0% yellow, and 17% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#425FD3
RGB66, 95, 211
HSL228.0°, 62.2%, 54.3%
CMYK69%, 55%, 0%, 17%
HSV228.0°, 68.7%, 82.7%
LAB44.3, 27.7, -63.0
XYZ18.1, 14.0, 63.4
Decimal4349907
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
5.51:1
Text on #FFFFFF
AA
3.81:1
Text on #000000
AA Large
5.27:1
Text on #F8FAFC
AA
3.24:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #425FD3;
}
.text-color {
color: #425FD3;
}
.border-color {
border: 2px solid #425FD3;
}