Shades of Dodger Blue #1970FA
Tints of Dodger Blue #1970FA
RGB
CMYK
RGB Variations
Color information
#1970FA (or 0x1970FA) is known color: Dodger Blue. HEX triplet: 19, 70 and FA. RGB value is (25,112,250). Sum of RGB (Red+Green+Blue) = 25+112+250=387 (51% of max value = 765). Red value is 25 (10.16% from 255 or 6.46% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #1970FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1970FA is #E68F05. Grayscale: #656565. Windows color (decimal): -15109894 or 16412697. OLE color: 16412697.
HSL color Cylindrical-coordinate representation of color #1970FA: hue angle of 216.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1970FA is Cyan = 0.9, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 112 | 250 | - |
| CMYK | 0.9 | 0.55 | 0 | 0.02 |
| HSL | 216.8º | 0.96% | 0.54% | - |
| HSV(B) | 216.8º | 0.9% | 0.98% | - |
| XYZ | 23.45 | 18.7 | 92.82 | - |
| YUV | 101.72 | 211.68 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 112 | 250 | 0.9 | 0.55 | 0 | 0.02 | 216.8 | 0.96 | 0.54 |
| Hex | 19 | 70 | FA | 5A | 37 | 0 | 2 | D9 | 60 | 36 |
| Octal | 31 | 160 | 372 | 132 | 67 | 0 | 2 | 331 | 140 | 66 |
| Binary | 11001 | 1110000 | 11111010 | 1011010 | 110111 | 0 | 10 | 11011001 | 1100000 | 110110 |
Color Harmonies of #1970FA
Complementary color
Monochromatic Colors of #1970FA
Black with #1970FA
Text Example
Text Example
White with #1970FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1970FA; }
p { color: rgb(25,112,250); }
H1.HeaderClassName
{
color: #1970FA;
}
.AnyTagClassName
{
color: #1970FA;
}
</style>
background-color css
<style>
a { background-color: #1970FA; }
a { background-color: rgb(25,112,250); }
div.DivClassName
{
background-color: #1970FA;
}
.BgClassName
{
background-color: #1970FA;
}
</style>
border-color css
<style>
span { border-color: #1970FA; }
span { border-color: rgb(25,112,250); }
td.TdClassName
{
border-color: #1970FA;
}
.TagClassName
{
border-color: #1970FA;
}
</style>