Shades of Dodger Blue #2080EA
Tints of Dodger Blue #2080EA
RGB
CMYK
RGB Variations
Color information
#2080EA (or 0x2080EA) is known color: Dodger Blue. HEX triplet: 20, 80 and EA. RGB value is (32,128,234). Sum of RGB (Red+Green+Blue) = 32+128+234=394 (52% of max value = 765). Red value is 32 (12.89% from 255 or 8.12% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 234 (91.80% from 255 or 59.39% from 394); Max value from RGB is 234 - color contains mainly: blue. Hex color #2080EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2080EA is #DF7F15. Grayscale: #6E6E6E. Windows color (decimal): -14647062 or 15368224. OLE color: 15368224.
HSL color Cylindrical-coordinate representation of color #2080EA: hue angle of 211.49º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2080EA is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 128 | 234 | - |
| CMYK | 0.86 | 0.45 | 0 | 0.08 |
| HSL | 211.49º | 0.83% | 0.52% | - |
| HSV(B) | 211.49º | 0.86% | 0.92% | - |
| XYZ | 23.17 | 21.69 | 80.81 | - |
| YUV | 111.38 | 197.2 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 234 | 0.86 | 0.45 | 0 | 0.08 | 211.49 | 0.83 | 0.52 |
| Hex | 20 | 80 | EA | 56 | 2D | 0 | 8 | D3 | 53 | 34 |
| Octal | 40 | 200 | 352 | 126 | 55 | 0 | 10 | 323 | 123 | 64 |
| Binary | 100000 | 10000000 | 11101010 | 1010110 | 101101 | 0 | 1000 | 11010011 | 1010011 | 110100 |
Color Harmonies of #2080EA
Complementary color
Monochromatic Colors of #2080EA
Black with #2080EA
Text Example
Text Example
White with #2080EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080EA; }
p { color: rgb(32,128,234); }
H1.HeaderClassName
{
color: #2080EA;
}
.AnyTagClassName
{
color: #2080EA;
}
</style>
background-color css
<style>
a { background-color: #2080EA; }
a { background-color: rgb(32,128,234); }
div.DivClassName
{
background-color: #2080EA;
}
.BgClassName
{
background-color: #2080EA;
}
</style>
border-color css
<style>
span { border-color: #2080EA; }
span { border-color: rgb(32,128,234); }
td.TdClassName
{
border-color: #2080EA;
}
.TagClassName
{
border-color: #2080EA;
}
</style>