#547AE1
A light, vivid blue closely aligning with Dodgerblue.
About #547AE1
Visually, #547AE1 is defined as a vivid blue. Its closest recognized web color is Dodgerblue. In the RGB color space, it consists of 84 red, 122 green, and 225 blue.
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 63% cyan, 46% magenta, 0% yellow, and 12% black. With a hue angle of 223.8 degrees, it sits comfortably in the blue spectrum.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#547AE1
RGB84, 122, 225
HSL223.8°, 70.1%, 60.6%
CMYK63%, 46%, 0%, 12%
HSV223.8°, 62.7%, 88.2%
LAB53.2, 18.6, -56.6
XYZ24.2, 21.2, 74.1
Decimal5536481
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.00:1
Text on #FFFFFF
AA Large
5.25:1
Text on #000000
AA
3.82:1
Text on #F8FAFC
AA Large
4.46:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #547AE1;
}
.text-color {
color: #547AE1;
}
.border-color {
border: 2px solid #547AE1;
}