#5F83E9
A light, vivid blue closely aligning with Dodgerblue.
About #5F83E9
Visually, #5F83E9 is defined as a vivid blue. If you're using CSS, you might find it aligns closely with Dodgerblue. This translates to an RGB value of rgb(95, 131, 233).
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 59% Cyan, 44% Magenta, 0% Yellow, and 9% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#5F83E9
RGB95, 131, 233
HSL224.3°, 75.8%, 64.3%
CMYK59%, 44%, 0%, 9%
HSV224.3°, 59.2%, 91.4%
LAB56.6, 17.8, -55.5
XYZ27.5, 24.5, 80.4
Decimal6259689
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.55:1
Text on #FFFFFF
AA Large
5.91:1
Text on #000000
AA
3.40:1
Text on #F8FAFC
AA Large
5.02:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #5F83E9;
}
.text-color {
color: #5F83E9;
}
.border-color {
border: 2px solid #5F83E9;
}