Shades of Dodger Blue #1671EC
Tints of Dodger Blue #1671EC
RGB
CMYK
RGB Variations
Color information
#1671EC (or 0x1671EC) is known color: Dodger Blue. HEX triplet: 16, 71 and EC. RGB value is (22,113,236). Sum of RGB (Red+Green+Blue) = 22+113+236=371 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.93% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 236 (92.58% from 255 or 63.61% from 371); Max value from RGB is 236 - color contains mainly: blue. Hex color #1671EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1671EC is #E98E13. Grayscale: #636363. Windows color (decimal): -15306260 or 15495446. OLE color: 15495446.
HSL color Cylindrical-coordinate representation of color #1671EC: hue angle of 214.49º 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 #1671EC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 113 | 236 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.07 |
| HSL | 214.49º | 0.85% | 0.51% | - |
| HSV(B) | 214.49º | 0.91% | 0.93% | - |
| XYZ | 21.38 | 18.04 | 81.71 | - |
| YUV | 99.81 | 204.85 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 113 | 236 | 0.91 | 0.52 | 0 | 0.07 | 214.49 | 0.85 | 0.51 |
| Hex | 16 | 71 | EC | 5B | 34 | 0 | 7 | D6 | 55 | 33 |
| Octal | 26 | 161 | 354 | 133 | 64 | 0 | 7 | 326 | 125 | 63 |
| Binary | 10110 | 1110001 | 11101100 | 1011011 | 110100 | 0 | 111 | 11010110 | 1010101 | 110011 |
Color Harmonies of #1671EC
Complementary color
Monochromatic Colors of #1671EC
Black with #1671EC
Text Example
Text Example
White with #1671EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1671EC; }
p { color: rgb(22,113,236); }
H1.HeaderClassName
{
color: #1671EC;
}
.AnyTagClassName
{
color: #1671EC;
}
</style>
background-color css
<style>
a { background-color: #1671EC; }
a { background-color: rgb(22,113,236); }
div.DivClassName
{
background-color: #1671EC;
}
.BgClassName
{
background-color: #1671EC;
}
</style>
border-color css
<style>
span { border-color: #1671EC; }
span { border-color: rgb(22,113,236); }
td.TdClassName
{
border-color: #1671EC;
}
.TagClassName
{
border-color: #1671EC;
}
</style>