Shades of Dodger Blue #1970FF
Tints of Dodger Blue #1970FF
RGB
CMYK
RGB Variations
Color information
#1970FF (or 0x1970FF) is known color: Dodger Blue. HEX triplet: 19, 70 and FF. RGB value is (25,112,255). Sum of RGB (Red+Green+Blue) = 25+112+255=392 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.38% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 255 (100% from 255 or 65.05% from 392); Max value from RGB is 255 - color contains mainly: blue. Hex color #1970FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1970FF is #E68F00. Grayscale: #656565. Windows color (decimal): -15109889 or 16740377. OLE color: 16740377.
HSL color Cylindrical-coordinate representation of color #1970FF: hue angle of 217.3º 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 #1970FF is Cyan = 0.90, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 112 | 255 | - |
| CMYK | 0.90 | 0.56 | 0 | 0 |
| HSL | 217.3º | 1% | 0.55% | - |
| HSV(B) | 217.3º | 0.9% | 1% | - |
| XYZ | 24.25 | 19.02 | 97 | - |
| YUV | 102.29 | 214.18 | 72.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 255 | 0.90 | 0.56 | 0 | 0 | 217.3 | 1 | 0.55 |
| Hex | 19 | 70 | FF | 5A | 38 | 0 | 0 | D9 | 64 | 37 |
| Octal | 31 | 160 | 377 | 132 | 70 | 0 | 0 | 331 | 144 | 67 |
| Binary | 11001 | 1110000 | 11111111 | 1011010 | 111000 | 0 | 0 | 11011001 | 1100100 | 110111 |
Color Harmonies of #1970FF
Complementary color
Monochromatic Colors of #1970FF
Black with #1970FF
Text Example
Text Example
White with #1970FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970FF; }
p { color: rgb(25,112,255); }
H1.HeaderClassName
{
color: #1970FF;
}
.AnyTagClassName
{
color: #1970FF;
}
</style>
background-color css
<style>
a { background-color: #1970FF; }
a { background-color: rgb(25,112,255); }
div.DivClassName
{
background-color: #1970FF;
}
.BgClassName
{
background-color: #1970FF;
}
</style>
border-color css
<style>
span { border-color: #1970FF; }
span { border-color: rgb(25,112,255); }
td.TdClassName
{
border-color: #1970FF;
}
.TagClassName
{
border-color: #1970FF;
}
</style>