Shades of Dodger Blue #2080FD
Tints of Dodger Blue #2080FD
RGB
CMYK
RGB Variations
Color information
#2080FD (or 0x2080FD) is known color: Dodger Blue. HEX triplet: 20, 80 and FD. RGB value is (32,128,253). Sum of RGB (Red+Green+Blue) = 32+128+253=413 (54% of max value = 765). Red value is 32 (12.89% from 255 or 7.75% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #2080FD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2080FD is #DF7F02. Grayscale: #707070. Windows color (decimal): -14647043 or 16613408. OLE color: 16613408.
HSL color Cylindrical-coordinate representation of color #2080FD: hue angle of 213.94º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2080FD is Cyan = 0.87, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 32 | 128 | 253 | - |
| CMYK | 0.87 | 0.49 | 0 | 0.01 |
| HSL | 213.94º | 0.98% | 0.56% | - |
| HSV(B) | 213.94º | 0.87% | 0.99% | - |
| XYZ | 26.04 | 22.84 | 95.96 | - |
| YUV | 113.55 | 206.7 | 69.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 253 | 0.87 | 0.49 | 0 | 0.01 | 213.94 | 0.98 | 0.56 |
| Hex | 20 | 80 | FD | 57 | 31 | 0 | 1 | D6 | 62 | 38 |
| Octal | 40 | 200 | 375 | 127 | 61 | 0 | 1 | 326 | 142 | 70 |
| Binary | 100000 | 10000000 | 11111101 | 1010111 | 110001 | 0 | 1 | 11010110 | 1100010 | 111000 |
Color Harmonies of #2080FD
Complementary color
Monochromatic Colors of #2080FD
Black with #2080FD
Text Example
Text Example
White with #2080FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080FD; }
p { color: rgb(32,128,253); }
H1.HeaderClassName
{
color: #2080FD;
}
.AnyTagClassName
{
color: #2080FD;
}
</style>
background-color css
<style>
a { background-color: #2080FD; }
a { background-color: rgb(32,128,253); }
div.DivClassName
{
background-color: #2080FD;
}
.BgClassName
{
background-color: #2080FD;
}
</style>
border-color css
<style>
span { border-color: #2080FD; }
span { border-color: rgb(32,128,253); }
td.TdClassName
{
border-color: #2080FD;
}
.TagClassName
{
border-color: #2080FD;
}
</style>