Shades of Dodger Blue #1980FF
Tints of Dodger Blue #1980FF
RGB
CMYK
RGB Variations
Color information
#1980FF (or 0x1980FF) is known color: Dodger Blue. HEX triplet: 19, 80 and FF. RGB value is (25,128,255). Sum of RGB (Red+Green+Blue) = 25+128+255=408 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.13% from 408); Green value is 128 (50.39% from 255 or 31.37% from 408); Blue value is 255 (100% from 255 or 62.5% from 408); Max value from RGB is 255 - color contains mainly: blue. Hex color #1980FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1980FF is #E67F00. Grayscale: #6F6F6F. Windows color (decimal): -15105793 or 16744473. OLE color: 16744473.
HSL color Cylindrical-coordinate representation of color #1980FF: hue angle of 213.13º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1980FF is Cyan = 0.90, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 128 | 255 | - |
| CMYK | 0.90 | 0.50 | 0 | 0 |
| HSL | 213.13º | 1% | 0.55% | - |
| HSV(B) | 213.13º | 0.9% | 1% | - |
| XYZ | 26.17 | 22.87 | 97.64 | - |
| YUV | 111.68 | 208.88 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 255 | 0.90 | 0.50 | 0 | 0 | 213.13 | 1 | 0.55 |
| Hex | 19 | 80 | FF | 5A | 32 | 0 | 0 | D5 | 64 | 37 |
| Octal | 31 | 200 | 377 | 132 | 62 | 0 | 0 | 325 | 144 | 67 |
| Binary | 11001 | 10000000 | 11111111 | 1011010 | 110010 | 0 | 0 | 11010101 | 1100100 | 110111 |
Color Harmonies of #1980FF
Complementary color
Monochromatic Colors of #1980FF
Black with #1980FF
Text Example
Text Example
White with #1980FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1980FF; }
p { color: rgb(25,128,255); }
H1.HeaderClassName
{
color: #1980FF;
}
.AnyTagClassName
{
color: #1980FF;
}
</style>
background-color css
<style>
a { background-color: #1980FF; }
a { background-color: rgb(25,128,255); }
div.DivClassName
{
background-color: #1980FF;
}
.BgClassName
{
background-color: #1980FF;
}
</style>
border-color css
<style>
span { border-color: #1980FF; }
span { border-color: rgb(25,128,255); }
td.TdClassName
{
border-color: #1980FF;
}
.TagClassName
{
border-color: #1980FF;
}
</style>