Shades of Dodger Blue #2080E4
Tints of Dodger Blue #2080E4
RGB
CMYK
RGB Variations
Color information
#2080E4 (or 0x2080E4) is known color: Dodger Blue. HEX triplet: 20, 80 and E4. RGB value is (32,128,228). Sum of RGB (Red+Green+Blue) = 32+128+228=388 (51% of max value = 765). Red value is 32 (12.89% from 255 or 8.25% from 388); Green value is 128 (50.39% from 255 or 32.99% from 388); Blue value is 228 (89.45% from 255 or 58.76% from 388); Max value from RGB is 228 - color contains mainly: blue. Hex color #2080E4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080E4 is #DF7F1B. Grayscale: #6E6E6E. Windows color (decimal): -14647068 or 14975008. OLE color: 14975008.
HSL color Cylindrical-coordinate representation of color #2080E4: hue angle of 210.61º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2080E4 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 32 | 128 | 228 | - |
| CMYK | 0.86 | 0.44 | 0 | 0.11 |
| HSL | 210.61º | 0.78% | 0.51% | - |
| HSV(B) | 210.61º | 0.86% | 0.89% | - |
| XYZ | 22.32 | 21.35 | 76.34 | - |
| YUV | 110.7 | 194.2 | 71.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 228 | 0.86 | 0.44 | 0 | 0.11 | 210.61 | 0.78 | 0.51 |
| Hex | 20 | 80 | E4 | 56 | 2C | 0 | B | D3 | 4E | 33 |
| Octal | 40 | 200 | 344 | 126 | 54 | 0 | 13 | 323 | 116 | 63 |
| Binary | 100000 | 10000000 | 11100100 | 1010110 | 101100 | 0 | 1011 | 11010011 | 1001110 | 110011 |
Color Harmonies of #2080E4
Complementary color
Monochromatic Colors of #2080E4
Black with #2080E4
Text Example
Text Example
White with #2080E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080E4; }
p { color: rgb(32,128,228); }
H1.HeaderClassName
{
color: #2080E4;
}
.AnyTagClassName
{
color: #2080E4;
}
</style>
background-color css
<style>
a { background-color: #2080E4; }
a { background-color: rgb(32,128,228); }
div.DivClassName
{
background-color: #2080E4;
}
.BgClassName
{
background-color: #2080E4;
}
</style>
border-color css
<style>
span { border-color: #2080E4; }
span { border-color: rgb(32,128,228); }
td.TdClassName
{
border-color: #2080E4;
}
.TagClassName
{
border-color: #2080E4;
}
</style>