Shades of Dodger Blue #2080FF
Tints of Dodger Blue #2080FF
RGB
CMYK
RGB Variations
Color information
#2080FF (or 0x2080FF) is known color: Dodger Blue. HEX triplet: 20, 80 and FF. RGB value is (32,128,255). Sum of RGB (Red+Green+Blue) = 32+128+255=415 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.71% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #2080FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2080FF is #DF7F00. Grayscale: #717171. Windows color (decimal): -14647041 or 16744480. OLE color: 16744480.
HSL color Cylindrical-coordinate representation of color #2080FF: hue angle of 214.17º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2080FF is Cyan = 0.87, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 32 | 128 | 255 | - |
| CMYK | 0.87 | 0.50 | 0 | 0 |
| HSL | 214.17º | 1% | 0.56% | - |
| HSV(B) | 214.17º | 0.87% | 1% | - |
| XYZ | 26.36 | 22.97 | 97.65 | - |
| YUV | 113.77 | 207.7 | 69.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 255 | 0.87 | 0.50 | 0 | 0 | 214.17 | 1 | 0.56 |
| Hex | 20 | 80 | FF | 57 | 32 | 0 | 0 | D6 | 64 | 38 |
| Octal | 40 | 200 | 377 | 127 | 62 | 0 | 0 | 326 | 144 | 70 |
| Binary | 100000 | 10000000 | 11111111 | 1010111 | 110010 | 0 | 0 | 11010110 | 1100100 | 111000 |
Color Harmonies of #2080FF
Complementary color
Monochromatic Colors of #2080FF
Black with #2080FF
Text Example
Text Example
White with #2080FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080FF; }
p { color: rgb(32,128,255); }
H1.HeaderClassName
{
color: #2080FF;
}
.AnyTagClassName
{
color: #2080FF;
}
</style>
background-color css
<style>
a { background-color: #2080FF; }
a { background-color: rgb(32,128,255); }
div.DivClassName
{
background-color: #2080FF;
}
.BgClassName
{
background-color: #2080FF;
}
</style>
border-color css
<style>
span { border-color: #2080FF; }
span { border-color: rgb(32,128,255); }
td.TdClassName
{
border-color: #2080FF;
}
.TagClassName
{
border-color: #2080FF;
}
</style>