Shades of Dodger Blue #1470EC
Tints of Dodger Blue #1470EC
RGB
CMYK
RGB Variations
Color information
#1470EC (or 0x1470EC) is known color: Dodger Blue. HEX triplet: 14, 70 and EC. RGB value is (20,112,236). Sum of RGB (Red+Green+Blue) = 20+112+236=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #1470EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1470EC is #EB8F13. Grayscale: #626262. Windows color (decimal): -15437588 or 15495188. OLE color: 15495188.
HSL color Cylindrical-coordinate representation of color #1470EC: hue angle of 214.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1470EC is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 20 | 112 | 236 | - |
| CMYK | 0.92 | 0.53 | 0 | 0.07 |
| HSL | 214.44º | 0.85% | 0.5% | - |
| HSV(B) | 214.44º | 0.92% | 0.93% | - |
| XYZ | 21.22 | 17.79 | 81.67 | - |
| YUV | 98.63 | 205.52 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 112 | 236 | 0.92 | 0.53 | 0 | 0.07 | 214.44 | 0.85 | 0.5 |
| Hex | 14 | 70 | EC | 5C | 35 | 0 | 7 | D6 | 55 | 32 |
| Octal | 24 | 160 | 354 | 134 | 65 | 0 | 7 | 326 | 125 | 62 |
| Binary | 10100 | 1110000 | 11101100 | 1011100 | 110101 | 0 | 111 | 11010110 | 1010101 | 110010 |
Color Harmonies of #1470EC
Complementary color
Monochromatic Colors of #1470EC
Black with #1470EC
Text Example
Text Example
White with #1470EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1470EC; }
p { color: rgb(20,112,236); }
H1.HeaderClassName
{
color: #1470EC;
}
.AnyTagClassName
{
color: #1470EC;
}
</style>
background-color css
<style>
a { background-color: #1470EC; }
a { background-color: rgb(20,112,236); }
div.DivClassName
{
background-color: #1470EC;
}
.BgClassName
{
background-color: #1470EC;
}
</style>
border-color css
<style>
span { border-color: #1470EC; }
span { border-color: rgb(20,112,236); }
td.TdClassName
{
border-color: #1470EC;
}
.TagClassName
{
border-color: #1470EC;
}
</style>