Shades of Dodger Blue #1670EC
Tints of Dodger Blue #1670EC
RGB
CMYK
RGB Variations
Color information
#1670EC (or 0x1670EC) is known color: Dodger Blue. HEX triplet: 16, 70 and EC. RGB value is (22,112,236). Sum of RGB (Red+Green+Blue) = 22+112+236=370 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.95% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 236 (92.58% from 255 or 63.78% from 370); Max value from RGB is 236 - color contains mainly: blue. Hex color #1670EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1670EC is #E98F13. Grayscale: #626262. Windows color (decimal): -15306516 or 15495190. OLE color: 15495190.
HSL color Cylindrical-coordinate representation of color #1670EC: hue angle of 214.77º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1670EC is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 112 | 236 | - |
| CMYK | 0.91 | 0.53 | 0 | 0.07 |
| HSL | 214.77º | 0.85% | 0.51% | - |
| HSV(B) | 214.77º | 0.91% | 0.93% | - |
| XYZ | 21.27 | 17.82 | 81.67 | - |
| YUV | 99.23 | 205.18 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 112 | 236 | 0.91 | 0.53 | 0 | 0.07 | 214.77 | 0.85 | 0.51 |
| Hex | 16 | 70 | EC | 5B | 35 | 0 | 7 | D7 | 55 | 33 |
| Octal | 26 | 160 | 354 | 133 | 65 | 0 | 7 | 327 | 125 | 63 |
| Binary | 10110 | 1110000 | 11101100 | 1011011 | 110101 | 0 | 111 | 11010111 | 1010101 | 110011 |
Color Harmonies of #1670EC
Complementary color
Monochromatic Colors of #1670EC
Black with #1670EC
Text Example
Text Example
White with #1670EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1670EC; }
p { color: rgb(22,112,236); }
H1.HeaderClassName
{
color: #1670EC;
}
.AnyTagClassName
{
color: #1670EC;
}
</style>
background-color css
<style>
a { background-color: #1670EC; }
a { background-color: rgb(22,112,236); }
div.DivClassName
{
background-color: #1670EC;
}
.BgClassName
{
background-color: #1670EC;
}
</style>
border-color css
<style>
span { border-color: #1670EC; }
span { border-color: rgb(22,112,236); }
td.TdClassName
{
border-color: #1670EC;
}
.TagClassName
{
border-color: #1670EC;
}
</style>