Shades of Dodger Blue #1696FC
Tints of Dodger Blue #1696FC
RGB
CMYK
RGB Variations
Color information
#1696FC (or 0x1696FC) is known color: Dodger Blue. HEX triplet: 16, 96 and FC. RGB value is (22,150,252). Sum of RGB (Red+Green+Blue) = 22+150+252=424 (56% of max value = 765). Red value is 22 (8.98% from 255 or 5.19% from 424); Green value is 150 (58.98% from 255 or 35.38% from 424); Blue value is 252 (98.83% from 255 or 59.43% from 424); Max value from RGB is 252 - color contains mainly: blue. Hex color #1696FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1696FC is #E96903. Grayscale: #7A7A7A. Windows color (decimal): -15296772 or 16553494. OLE color: 16553494.
HSL color Cylindrical-coordinate representation of color #1696FC: hue angle of 206.61º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1696FC is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 150 | 252 | - |
| CMYK | 0.91 | 0.40 | 0 | 0.01 |
| HSL | 206.61º | 0.97% | 0.54% | - |
| HSV(B) | 206.61º | 0.91% | 0.99% | - |
| XYZ | 28.81 | 29.01 | 96.18 | - |
| YUV | 123.36 | 200.59 | 55.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 252 | 0.91 | 0.40 | 0 | 0.01 | 206.61 | 0.97 | 0.54 |
| Hex | 16 | 96 | FC | 5B | 28 | 0 | 1 | CF | 61 | 36 |
| Octal | 26 | 226 | 374 | 133 | 50 | 0 | 1 | 317 | 141 | 66 |
| Binary | 10110 | 10010110 | 11111100 | 1011011 | 101000 | 0 | 1 | 11001111 | 1100001 | 110110 |
Color Harmonies of #1696FC
Complementary color
Monochromatic Colors of #1696FC
Black with #1696FC
Text Example
Text Example
White with #1696FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696FC; }
p { color: rgb(22,150,252); }
H1.HeaderClassName
{
color: #1696FC;
}
.AnyTagClassName
{
color: #1696FC;
}
</style>
background-color css
<style>
a { background-color: #1696FC; }
a { background-color: rgb(22,150,252); }
div.DivClassName
{
background-color: #1696FC;
}
.BgClassName
{
background-color: #1696FC;
}
</style>
border-color css
<style>
span { border-color: #1696FC; }
span { border-color: rgb(22,150,252); }
td.TdClassName
{
border-color: #1696FC;
}
.TagClassName
{
border-color: #1696FC;
}
</style>