#0083FF
A medium, vivid blue closely aligning with Dodgerblue.
About #0083FF
The precise color #0083FF is an excellent choice for modern design projects. It is closely associated with the named CSS color Dodgerblue. This translates to an RGB value of rgb(0, 131, 255).
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 100% C, 49% M, 0% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. Because it is a medium color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#0083FF
RGB0, 131, 255
HSL209.2°, 100.0%, 50.0%
CMYK100%, 49%, 0%, 0%
HSV209.2°, 100.0%, 100.0%
LAB55.5, 16.9, -69.6
XYZ26.2, 23.5, 97.8
Decimal33791
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.69:1
Text on #FFFFFF
AA Large
5.69:1
Text on #000000
AA
3.53:1
Text on #F8FAFC
AA Large
4.84:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #0083FF;
}
.text-color {
color: #0083FF;
}
.border-color {
border: 2px solid #0083FF;
}