Shades of Dodger Blue #2080DC
Tints of Dodger Blue #2080DC
RGB
CMYK
RGB Variations
Color information
#2080DC (or 0x2080DC) is known color: Dodger Blue. HEX triplet: 20, 80 and DC. RGB value is (32,128,220). Sum of RGB (Red+Green+Blue) = 32+128+220=380 (50% of max value = 765). Red value is 32 (12.89% from 255 or 8.42% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #2080DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2080DC is #DF7F23. Grayscale: #6D6D6D. Windows color (decimal): -14647076 or 14450720. OLE color: 14450720.
HSL color Cylindrical-coordinate representation of color #2080DC: hue angle of 209.36º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2080DC is Cyan = 0.85, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 32 | 128 | 220 | - |
| CMYK | 0.85 | 0.42 | 0 | 0.14 |
| HSL | 209.36º | 0.75% | 0.49% | - |
| HSV(B) | 209.36º | 0.85% | 0.86% | - |
| XYZ | 21.23 | 20.91 | 70.63 | - |
| YUV | 109.78 | 190.2 | 72.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 220 | 0.85 | 0.42 | 0 | 0.14 | 209.36 | 0.75 | 0.49 |
| Hex | 20 | 80 | DC | 55 | 2A | 0 | E | D1 | 4B | 31 |
| Octal | 40 | 200 | 334 | 125 | 52 | 0 | 16 | 321 | 113 | 61 |
| Binary | 100000 | 10000000 | 11011100 | 1010101 | 101010 | 0 | 1110 | 11010001 | 1001011 | 110001 |
Color Harmonies of #2080DC
Complementary color
Monochromatic Colors of #2080DC
Black with #2080DC
Text Example
Text Example
White with #2080DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080DC; }
p { color: rgb(32,128,220); }
H1.HeaderClassName
{
color: #2080DC;
}
.AnyTagClassName
{
color: #2080DC;
}
</style>
background-color css
<style>
a { background-color: #2080DC; }
a { background-color: rgb(32,128,220); }
div.DivClassName
{
background-color: #2080DC;
}
.BgClassName
{
background-color: #2080DC;
}
</style>
border-color css
<style>
span { border-color: #2080DC; }
span { border-color: rgb(32,128,220); }
td.TdClassName
{
border-color: #2080DC;
}
.TagClassName
{
border-color: #2080DC;
}
</style>