Shades of Dodger Blue #1696FF
Tints of Dodger Blue #1696FF
RGB
CMYK
RGB Variations
Color information
#1696FF (or 0x1696FF) is known color: Dodger Blue. HEX triplet: 16, 96 and FF. RGB value is (22,150,255). Sum of RGB (Red+Green+Blue) = 22+150+255=427 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.15% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 255 (100% from 255 or 59.72% from 427); Max value from RGB is 255 - color contains mainly: blue. Hex color #1696FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1696FF is #E96900. Grayscale: #7B7B7B. Windows color (decimal): -15296769 or 16750102. OLE color: 16750102.
HSL color Cylindrical-coordinate representation of color #1696FF: hue angle of 207.04º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1696FF is Cyan = 0.91, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 150 | 255 | - |
| CMYK | 0.91 | 0.41 | 0 | 0 |
| HSL | 207.04º | 1% | 0.54% | - |
| HSV(B) | 207.04º | 0.91% | 1% | - |
| XYZ | 29.29 | 29.2 | 98.7 | - |
| YUV | 123.7 | 202.09 | 55.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 255 | 0.91 | 0.41 | 0 | 0 | 207.04 | 1 | 0.54 |
| Hex | 16 | 96 | FF | 5B | 29 | 0 | 0 | CF | 64 | 36 |
| Octal | 26 | 226 | 377 | 133 | 51 | 0 | 0 | 317 | 144 | 66 |
| Binary | 10110 | 10010110 | 11111111 | 1011011 | 101001 | 0 | 0 | 11001111 | 1100100 | 110110 |
Color Harmonies of #1696FF
Complementary color
Monochromatic Colors of #1696FF
Black with #1696FF
Text Example
Text Example
White with #1696FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696FF; }
p { color: rgb(22,150,255); }
H1.HeaderClassName
{
color: #1696FF;
}
.AnyTagClassName
{
color: #1696FF;
}
</style>
background-color css
<style>
a { background-color: #1696FF; }
a { background-color: rgb(22,150,255); }
div.DivClassName
{
background-color: #1696FF;
}
.BgClassName
{
background-color: #1696FF;
}
</style>
border-color css
<style>
span { border-color: #1696FF; }
span { border-color: rgb(22,150,255); }
td.TdClassName
{
border-color: #1696FF;
}
.TagClassName
{
border-color: #1696FF;
}
</style>