Shades of Dodger Blue #16AAF0
Tints of Dodger Blue #16AAF0
RGB
CMYK
RGB Variations
Color information
#16AAF0 (or 0x16AAF0) is known color: Dodger Blue. HEX triplet: 16, AA and F0. RGB value is (22,170,240). Sum of RGB (Red+Green+Blue) = 22+170+240=432 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.09% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 240 (94.14% from 255 or 55.56% from 432); Max value from RGB is 240 - color contains mainly: blue. Hex color #16AAF0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AAF0 is #E9550F. Grayscale: #858585. Windows color (decimal): -15291664 or 15772182. OLE color: 15772182.
HSL color Cylindrical-coordinate representation of color #16AAF0: hue angle of 199.27º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AAF0 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 22 | 170 | 240 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.06 |
| HSL | 199.27º | 0.88% | 0.51% | - |
| HSV(B) | 199.27º | 0.91% | 0.94% | - |
| XYZ | 30.43 | 35.21 | 87.63 | - |
| YUV | 133.73 | 187.97 | 48.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 240 | 0.91 | 0.29 | 0 | 0.06 | 199.27 | 0.88 | 0.51 |
| Hex | 16 | AA | F0 | 5B | 1D | 0 | 6 | C7 | 58 | 33 |
| Octal | 26 | 252 | 360 | 133 | 35 | 0 | 6 | 307 | 130 | 63 |
| Binary | 10110 | 10101010 | 11110000 | 1011011 | 11101 | 0 | 110 | 11000111 | 1011000 | 110011 |
Color Harmonies of #16AAF0
Complementary color
Monochromatic Colors of #16AAF0
Black with #16AAF0
Text Example
Text Example
White with #16AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAF0; }
p { color: rgb(22,170,240); }
H1.HeaderClassName
{
color: #16AAF0;
}
.AnyTagClassName
{
color: #16AAF0;
}
</style>
background-color css
<style>
a { background-color: #16AAF0; }
a { background-color: rgb(22,170,240); }
div.DivClassName
{
background-color: #16AAF0;
}
.BgClassName
{
background-color: #16AAF0;
}
</style>
border-color css
<style>
span { border-color: #16AAF0; }
span { border-color: rgb(22,170,240); }
td.TdClassName
{
border-color: #16AAF0;
}
.TagClassName
{
border-color: #16AAF0;
}
</style>