Shades of Dodger Blue #1980EF
Tints of Dodger Blue #1980EF
RGB
CMYK
RGB Variations
Color information
#1980EF (or 0x1980EF) is known color: Dodger Blue. HEX triplet: 19, 80 and EF. RGB value is (25,128,239). Sum of RGB (Red+Green+Blue) = 25+128+239=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 239 (93.75% from 255 or 60.97% from 392); Max value from RGB is 239 - color contains mainly: blue. Hex color #1980EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1980EF is #E67F10. Grayscale: #6D6D6D. Windows color (decimal): -15105809 or 15695897. OLE color: 15695897.
HSL color Cylindrical-coordinate representation of color #1980EF: hue angle of 211.12º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1980EF is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 128 | 239 | - |
| CMYK | 0.90 | 0.46 | 0 | 0.06 |
| HSL | 211.12º | 0.87% | 0.52% | - |
| HSV(B) | 211.12º | 0.9% | 0.94% | - |
| XYZ | 23.7 | 21.88 | 84.63 | - |
| YUV | 109.86 | 200.88 | 67.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 128 | 239 | 0.90 | 0.46 | 0 | 0.06 | 211.12 | 0.87 | 0.52 |
| Hex | 19 | 80 | EF | 5A | 2E | 0 | 6 | D3 | 57 | 34 |
| Octal | 31 | 200 | 357 | 132 | 56 | 0 | 6 | 323 | 127 | 64 |
| Binary | 11001 | 10000000 | 11101111 | 1011010 | 101110 | 0 | 110 | 11010011 | 1010111 | 110100 |
Color Harmonies of #1980EF
Complementary color
Monochromatic Colors of #1980EF
Black with #1980EF
Text Example
Text Example
White with #1980EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1980EF; }
p { color: rgb(25,128,239); }
H1.HeaderClassName
{
color: #1980EF;
}
.AnyTagClassName
{
color: #1980EF;
}
</style>
background-color css
<style>
a { background-color: #1980EF; }
a { background-color: rgb(25,128,239); }
div.DivClassName
{
background-color: #1980EF;
}
.BgClassName
{
background-color: #1980EF;
}
</style>
border-color css
<style>
span { border-color: #1980EF; }
span { border-color: rgb(25,128,239); }
td.TdClassName
{
border-color: #1980EF;
}
.TagClassName
{
border-color: #1980EF;
}
</style>