Shades of Dodger Blue #1672EC
Tints of Dodger Blue #1672EC
RGB
CMYK
RGB Variations
Color information
#1672EC (or 0x1672EC) is known color: Dodger Blue. HEX triplet: 16, 72 and EC. RGB value is (22,114,236). Sum of RGB (Red+Green+Blue) = 22+114+236=372 (49% of max value = 765). Red value is 22 (8.98% from 255 or 5.91% from 372); Green value is 114 (44.92% from 255 or 30.65% from 372); Blue value is 236 (92.58% from 255 or 63.44% from 372); Max value from RGB is 236 - color contains mainly: blue. Hex color #1672EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1672EC is #E98D13. Grayscale: #636363. Windows color (decimal): -15306004 or 15495702. OLE color: 15495702.
HSL color Cylindrical-coordinate representation of color #1672EC: hue angle of 214.21º 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 #1672EC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 114 | 236 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.07 |
| HSL | 214.21º | 0.85% | 0.51% | - |
| HSV(B) | 214.21º | 0.91% | 0.93% | - |
| XYZ | 21.49 | 18.26 | 81.75 | - |
| YUV | 100.4 | 204.52 | 72.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 114 | 236 | 0.91 | 0.52 | 0 | 0.07 | 214.21 | 0.85 | 0.51 |
| Hex | 16 | 72 | EC | 5B | 34 | 0 | 7 | D6 | 55 | 33 |
| Octal | 26 | 162 | 354 | 133 | 64 | 0 | 7 | 326 | 125 | 63 |
| Binary | 10110 | 1110010 | 11101100 | 1011011 | 110100 | 0 | 111 | 11010110 | 1010101 | 110011 |
Color Harmonies of #1672EC
Complementary color
Monochromatic Colors of #1672EC
Black with #1672EC
Text Example
Text Example
White with #1672EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1672EC; }
p { color: rgb(22,114,236); }
H1.HeaderClassName
{
color: #1672EC;
}
.AnyTagClassName
{
color: #1672EC;
}
</style>
background-color css
<style>
a { background-color: #1672EC; }
a { background-color: rgb(22,114,236); }
div.DivClassName
{
background-color: #1672EC;
}
.BgClassName
{
background-color: #1672EC;
}
</style>
border-color css
<style>
span { border-color: #1672EC; }
span { border-color: rgb(22,114,236); }
td.TdClassName
{
border-color: #1672EC;
}
.TagClassName
{
border-color: #1672EC;
}
</style>