Shades of Dodger Blue #1970FE
Tints of Dodger Blue #1970FE
RGB
CMYK
RGB Variations
Color information
#1970FE (or 0x1970FE) is known color: Dodger Blue. HEX triplet: 19, 70 and FE. RGB value is (25,112,254). Sum of RGB (Red+Green+Blue) = 25+112+254=391 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.39% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 254 (99.61% from 255 or 64.96% from 391); Max value from RGB is 254 - color contains mainly: blue. Hex color #1970FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1970FE is #E68F01. Grayscale: #656565. Windows color (decimal): -15109890 or 16674841. OLE color: 16674841.
HSL color Cylindrical-coordinate representation of color #1970FE: hue angle of 217.21º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1970FE is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 25 | 112 | 254 | - |
| CMYK | 0.90 | 0.56 | 0 | 0.00 |
| HSL | 217.21º | 0.99% | 0.55% | - |
| HSV(B) | 217.21º | 0.9% | 1% | - |
| XYZ | 24.08 | 18.95 | 96.15 | - |
| YUV | 102.18 | 213.68 | 72.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 254 | 0.90 | 0.56 | 0 | 0.00 | 217.21 | 0.99 | 0.55 |
| Hex | 19 | 70 | FE | 5A | 38 | 0 | 0 | D9 | 63 | 37 |
| Octal | 31 | 160 | 376 | 132 | 70 | 0 | 0 | 331 | 143 | 67 |
| Binary | 11001 | 1110000 | 11111110 | 1011010 | 111000 | 0 | 0 | 11011001 | 1100011 | 110111 |
Color Harmonies of #1970FE
Complementary color
Monochromatic Colors of #1970FE
Black with #1970FE
Text Example
Text Example
White with #1970FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970FE; }
p { color: rgb(25,112,254); }
H1.HeaderClassName
{
color: #1970FE;
}
.AnyTagClassName
{
color: #1970FE;
}
</style>
background-color css
<style>
a { background-color: #1970FE; }
a { background-color: rgb(25,112,254); }
div.DivClassName
{
background-color: #1970FE;
}
.BgClassName
{
background-color: #1970FE;
}
</style>
border-color css
<style>
span { border-color: #1970FE; }
span { border-color: rgb(25,112,254); }
td.TdClassName
{
border-color: #1970FE;
}
.TagClassName
{
border-color: #1970FE;
}
</style>