Shades of Dodger Blue #1696ED
Tints of Dodger Blue #1696ED
RGB
CMYK
RGB Variations
Color information
#1696ED (or 0x1696ED) is known color: Dodger Blue. HEX triplet: 16, 96 and ED. RGB value is (22,150,237). Sum of RGB (Red+Green+Blue) = 22+150+237=409 (54% of max value = 765). Red value is 22 (8.98% from 255 or 5.38% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #1696ED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1696ED is #E96912. Grayscale: #797979. Windows color (decimal): -15296787 or 15570454. OLE color: 15570454.
HSL color Cylindrical-coordinate representation of color #1696ED: hue angle of 204.28º degrees, saturation: 0.86, 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 #1696ED is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 22 | 150 | 237 | - |
| CMYK | 0.91 | 0.37 | 0 | 0.07 |
| HSL | 204.28º | 0.86% | 0.51% | - |
| HSV(B) | 204.28º | 0.91% | 0.93% | - |
| XYZ | 26.52 | 28.1 | 84.15 | - |
| YUV | 121.65 | 193.09 | 56.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 237 | 0.91 | 0.37 | 0 | 0.07 | 204.28 | 0.86 | 0.51 |
| Hex | 16 | 96 | ED | 5B | 25 | 0 | 7 | CC | 56 | 33 |
| Octal | 26 | 226 | 355 | 133 | 45 | 0 | 7 | 314 | 126 | 63 |
| Binary | 10110 | 10010110 | 11101101 | 1011011 | 100101 | 0 | 111 | 11001100 | 1010110 | 110011 |
Color Harmonies of #1696ED
Complementary color
Monochromatic Colors of #1696ED
Black with #1696ED
Text Example
Text Example
White with #1696ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696ED; }
p { color: rgb(22,150,237); }
H1.HeaderClassName
{
color: #1696ED;
}
.AnyTagClassName
{
color: #1696ED;
}
</style>
background-color css
<style>
a { background-color: #1696ED; }
a { background-color: rgb(22,150,237); }
div.DivClassName
{
background-color: #1696ED;
}
.BgClassName
{
background-color: #1696ED;
}
</style>
border-color css
<style>
span { border-color: #1696ED; }
span { border-color: rgb(22,150,237); }
td.TdClassName
{
border-color: #1696ED;
}
.TagClassName
{
border-color: #1696ED;
}
</style>