Shades of Dodger Blue #1699EC
Tints of Dodger Blue #1699EC
RGB
CMYK
RGB Variations
Color information
#1699EC (or 0x1699EC) is known color: Dodger Blue. HEX triplet: 16, 99 and EC. RGB value is (22,153,236). Sum of RGB (Red+Green+Blue) = 22+153+236=411 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.35% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 236 (92.58% from 255 or 57.42% from 411); Max value from RGB is 236 - color contains mainly: blue. Hex color #1699EC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1699EC is #E96613. Grayscale: #7A7A7A. Windows color (decimal): -15296020 or 15505686. OLE color: 15505686.
HSL color Cylindrical-coordinate representation of color #1699EC: hue angle of 203.27º 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 #1699EC is Cyan = 0.91, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 153 | 236 | - |
| CMYK | 0.91 | 0.35 | 0 | 0.07 |
| HSL | 203.27º | 0.85% | 0.51% | - |
| HSV(B) | 203.27º | 0.91% | 0.93% | - |
| XYZ | 26.86 | 29.01 | 83.54 | - |
| YUV | 123.29 | 191.6 | 55.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 153 | 236 | 0.91 | 0.35 | 0 | 0.07 | 203.27 | 0.85 | 0.51 |
| Hex | 16 | 99 | EC | 5B | 23 | 0 | 7 | CB | 55 | 33 |
| Octal | 26 | 231 | 354 | 133 | 43 | 0 | 7 | 313 | 125 | 63 |
| Binary | 10110 | 10011001 | 11101100 | 1011011 | 100011 | 0 | 111 | 11001011 | 1010101 | 110011 |
Color Harmonies of #1699EC
Complementary color
Monochromatic Colors of #1699EC
Black with #1699EC
Text Example
Text Example
White with #1699EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1699EC; }
p { color: rgb(22,153,236); }
H1.HeaderClassName
{
color: #1699EC;
}
.AnyTagClassName
{
color: #1699EC;
}
</style>
background-color css
<style>
a { background-color: #1699EC; }
a { background-color: rgb(22,153,236); }
div.DivClassName
{
background-color: #1699EC;
}
.BgClassName
{
background-color: #1699EC;
}
</style>
border-color css
<style>
span { border-color: #1699EC; }
span { border-color: rgb(22,153,236); }
td.TdClassName
{
border-color: #1699EC;
}
.TagClassName
{
border-color: #1699EC;
}
</style>