#3383FF
A light, vivid blue closely aligning with Dodgerblue.
About #3383FF
When working with digital screens, the color #3383FF is rendered by mixing light. Designers often compare it to the standard color Dodgerblue. This translates to an RGB value of rgb(51, 131, 255).
If you are designing for print, the four-color process is what matters most. The color uses 80% Cyan, 49% Magenta, 0% Yellow, and 0% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#3383FF
RGB51, 131, 255
HSL216.5°, 100.0%, 60.0%
CMYK80%, 49%, 0%, 0%
HSV216.5°, 80.0%, 100.0%
LAB56.2, 19.4, -68.4
XYZ27.5, 24.2, 97.8
Decimal3376127
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.60:1
Text on #FFFFFF
AA Large
5.83:1
Text on #000000
AA
3.44:1
Text on #F8FAFC
AA Large
4.96:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #3383FF;
}
.text-color {
color: #3383FF;
}
.border-color {
border: 2px solid #3383FF;
}