#3383F8
A medium, vivid blue closely aligning with Dodgerblue.
About #3383F8
At its core, #3383F8 is a medium and vivid hue. It is closely associated with the named CSS color Dodgerblue. In the RGB color space, it consists of 51 red, 131 green, and 248 blue.
For print applications, it's crucial to understand its CMYK makeup. The color uses 79% Cyan, 47% Magenta, 0% Yellow, and 3% Black. Always request a physical proof before doing a large print run with this exact code.
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#3383F8
RGB51, 131, 248
HSL215.6°, 93.4%, 58.6%
CMYK79%, 47%, 0%, 3%
HSV215.6°, 79.4%, 97.3%
LAB55.8, 16.9, -65.3
XYZ26.4, 23.7, 92.0
Decimal3376120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.66:1
Text on #FFFFFF
AA Large
5.74:1
Text on #000000
AA
3.50:1
Text on #F8FAFC
AA Large
4.88:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3383F8;
}
.text-color {
color: #3383F8;
}
.border-color {
border: 2px solid #3383F8;
}