Shades of Dodger Blue #1696FA
Tints of Dodger Blue #1696FA
RGB
CMYK
RGB Variations
Color information
#1696FA (or 0x1696FA) is known color: Dodger Blue. HEX triplet: 16, 96 and FA. RGB value is (22,150,250). Sum of RGB (Red+Green+Blue) = 22+150+250=422 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.21% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 250 (98.05% from 255 or 59.24% from 422); Max value from RGB is 250 - color contains mainly: blue. Hex color #1696FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1696FA is #E96905. Grayscale: #7A7A7A. Windows color (decimal): -15296774 or 16422422. OLE color: 16422422.
HSL color Cylindrical-coordinate representation of color #1696FA: hue angle of 206.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1696FA is Cyan = 0.91, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 150 | 250 | - |
| CMYK | 0.91 | 0.4 | 0 | 0.02 |
| HSL | 206.32º | 0.96% | 0.53% | - |
| HSV(B) | 206.32º | 0.91% | 0.98% | - |
| XYZ | 28.49 | 28.89 | 94.52 | - |
| YUV | 123.13 | 199.59 | 55.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 150 | 250 | 0.91 | 0.4 | 0 | 0.02 | 206.32 | 0.96 | 0.53 |
| Hex | 16 | 96 | FA | 5B | 28 | 0 | 2 | CE | 60 | 35 |
| Octal | 26 | 226 | 372 | 133 | 50 | 0 | 2 | 316 | 140 | 65 |
| Binary | 10110 | 10010110 | 11111010 | 1011011 | 101000 | 0 | 10 | 11001110 | 1100000 | 110101 |
Color Harmonies of #1696FA
Complementary color
Monochromatic Colors of #1696FA
Black with #1696FA
Text Example
Text Example
White with #1696FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1696FA; }
p { color: rgb(22,150,250); }
H1.HeaderClassName
{
color: #1696FA;
}
.AnyTagClassName
{
color: #1696FA;
}
</style>
background-color css
<style>
a { background-color: #1696FA; }
a { background-color: rgb(22,150,250); }
div.DivClassName
{
background-color: #1696FA;
}
.BgClassName
{
background-color: #1696FA;
}
</style>
border-color css
<style>
span { border-color: #1696FA; }
span { border-color: rgb(22,150,250); }
td.TdClassName
{
border-color: #1696FA;
}
.TagClassName
{
border-color: #1696FA;
}
</style>