Shades of Dodger Blue #2080EF
Tints of Dodger Blue #2080EF
RGB
CMYK
RGB Variations
Color information
#2080EF (or 0x2080EF) is known color: Dodger Blue. HEX triplet: 20, 80 and EF. RGB value is (32,128,239). Sum of RGB (Red+Green+Blue) = 32+128+239=399 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.02% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 239 (93.75% from 255 or 59.90% from 399); Max value from RGB is 239 - color contains mainly: blue. Hex color #2080EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2080EF is #DF7F10. Grayscale: #6F6F6F. Windows color (decimal): -14647057 or 15695904. OLE color: 15695904.
HSL color Cylindrical-coordinate representation of color #2080EF: hue angle of 212.17º 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 #2080EF is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 32 | 128 | 239 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.06 |
| HSL | 212.17º | 0.87% | 0.53% | - |
| HSV(B) | 212.17º | 0.87% | 0.94% | - |
| XYZ | 23.89 | 21.98 | 84.64 | - |
| YUV | 111.95 | 199.7 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 239 | 0.87 | 0.46 | 0 | 0.06 | 212.17 | 0.87 | 0.53 |
| Hex | 20 | 80 | EF | 57 | 2E | 0 | 6 | D4 | 57 | 35 |
| Octal | 40 | 200 | 357 | 127 | 56 | 0 | 6 | 324 | 127 | 65 |
| Binary | 100000 | 10000000 | 11101111 | 1010111 | 101110 | 0 | 110 | 11010100 | 1010111 | 110101 |
Color Harmonies of #2080EF
Complementary color
Monochromatic Colors of #2080EF
Black with #2080EF
Text Example
Text Example
White with #2080EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080EF; }
p { color: rgb(32,128,239); }
H1.HeaderClassName
{
color: #2080EF;
}
.AnyTagClassName
{
color: #2080EF;
}
</style>
background-color css
<style>
a { background-color: #2080EF; }
a { background-color: rgb(32,128,239); }
div.DivClassName
{
background-color: #2080EF;
}
.BgClassName
{
background-color: #2080EF;
}
</style>
border-color css
<style>
span { border-color: #2080EF; }
span { border-color: rgb(32,128,239); }
td.TdClassName
{
border-color: #2080EF;
}
.TagClassName
{
border-color: #2080EF;
}
</style>