Shades of Dodger Blue #16AAF6
Tints of Dodger Blue #16AAF6
RGB
CMYK
RGB Variations
Color information
#16AAF6 (or 0x16AAF6) is known color: Dodger Blue. HEX triplet: 16, AA and F6. RGB value is (22,170,246). Sum of RGB (Red+Green+Blue) = 22+170+246=438 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.02% from 438); Green value is 170 (66.80% from 255 or 38.81% from 438); Blue value is 246 (96.48% from 255 or 56.16% from 438); Max value from RGB is 246 - color contains mainly: blue. Hex color #16AAF6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AAF6 is #E95509. Grayscale: #858585. Windows color (decimal): -15291658 or 16165398. OLE color: 16165398.
HSL color Cylindrical-coordinate representation of color #16AAF6: hue angle of 200.36º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AAF6 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 170 | 246 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.04 |
| HSL | 200.36º | 0.93% | 0.53% | - |
| HSV(B) | 200.36º | 0.91% | 0.96% | - |
| XYZ | 31.34 | 35.57 | 92.4 | - |
| YUV | 134.41 | 190.97 | 47.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 246 | 0.91 | 0.31 | 0 | 0.04 | 200.36 | 0.93 | 0.53 |
| Hex | 16 | AA | F6 | 5B | 1F | 0 | 4 | C8 | 5D | 35 |
| Octal | 26 | 252 | 366 | 133 | 37 | 0 | 4 | 310 | 135 | 65 |
| Binary | 10110 | 10101010 | 11110110 | 1011011 | 11111 | 0 | 100 | 11001000 | 1011101 | 110101 |
Color Harmonies of #16AAF6
Complementary color
Monochromatic Colors of #16AAF6
Black with #16AAF6
Text Example
Text Example
White with #16AAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAF6; }
p { color: rgb(22,170,246); }
H1.HeaderClassName
{
color: #16AAF6;
}
.AnyTagClassName
{
color: #16AAF6;
}
</style>
background-color css
<style>
a { background-color: #16AAF6; }
a { background-color: rgb(22,170,246); }
div.DivClassName
{
background-color: #16AAF6;
}
.BgClassName
{
background-color: #16AAF6;
}
</style>
border-color css
<style>
span { border-color: #16AAF6; }
span { border-color: rgb(22,170,246); }
td.TdClassName
{
border-color: #16AAF6;
}
.TagClassName
{
border-color: #16AAF6;
}
</style>