Shades of Dodger Blue #2083EF
Tints of Dodger Blue #2083EF
RGB
CMYK
RGB Variations
Color information
#2083EF (or 0x2083EF) is known color: Dodger Blue. HEX triplet: 20, 83 and EF. RGB value is (32,131,239). Sum of RGB (Red+Green+Blue) = 32+131+239=402 (53% of max value = 765). Red value is 32 (12.89% from 255 or 7.96% from 402); Green value is 131 (51.56% from 255 or 32.59% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #2083EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2083EF is #DF7C10. Grayscale: #717171. Windows color (decimal): -14646289 or 15696672. OLE color: 15696672.
HSL color Cylindrical-coordinate representation of color #2083EF: hue angle of 211.3º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2083EF is Cyan = 0.87, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 131 | 239 | - |
| CMYK | 0.87 | 0.45 | 0 | 0.06 |
| HSL | 211.3º | 0.87% | 0.53% | - |
| HSV(B) | 211.3º | 0.87% | 0.94% | - |
| XYZ | 24.29 | 22.77 | 84.78 | - |
| YUV | 113.71 | 198.7 | 69.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 239 | 0.87 | 0.45 | 0 | 0.06 | 211.3 | 0.87 | 0.53 |
| Hex | 20 | 83 | EF | 57 | 2D | 0 | 6 | D3 | 57 | 35 |
| Octal | 40 | 203 | 357 | 127 | 55 | 0 | 6 | 323 | 127 | 65 |
| Binary | 100000 | 10000011 | 11101111 | 1010111 | 101101 | 0 | 110 | 11010011 | 1010111 | 110101 |
Color Harmonies of #2083EF
Complementary color
Monochromatic Colors of #2083EF
Black with #2083EF
Text Example
Text Example
White with #2083EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2083EF; }
p { color: rgb(32,131,239); }
H1.HeaderClassName
{
color: #2083EF;
}
.AnyTagClassName
{
color: #2083EF;
}
</style>
background-color css
<style>
a { background-color: #2083EF; }
a { background-color: rgb(32,131,239); }
div.DivClassName
{
background-color: #2083EF;
}
.BgClassName
{
background-color: #2083EF;
}
</style>
border-color css
<style>
span { border-color: #2083EF; }
span { border-color: rgb(32,131,239); }
td.TdClassName
{
border-color: #2083EF;
}
.TagClassName
{
border-color: #2083EF;
}
</style>