Shades of Dodger Blue #16AAF4
Tints of Dodger Blue #16AAF4
RGB
CMYK
RGB Variations
Color information
#16AAF4 (or 0x16AAF4) is known color: Dodger Blue. HEX triplet: 16, AA and F4. RGB value is (22,170,244). Sum of RGB (Red+Green+Blue) = 22+170+244=436 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.05% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 244 (95.70% from 255 or 55.96% from 436); Max value from RGB is 244 - color contains mainly: blue. Hex color #16AAF4 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AAF4 is #E9550B. Grayscale: #858585. Windows color (decimal): -15291660 or 16034326. OLE color: 16034326.
HSL color Cylindrical-coordinate representation of color #16AAF4: hue angle of 200º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AAF4 is Cyan = 0.91, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 22 | 170 | 244 | - |
| CMYK | 0.91 | 0.30 | 0 | 0.04 |
| HSL | 200º | 0.91% | 0.52% | - |
| HSV(B) | 200º | 0.91% | 0.96% | - |
| XYZ | 31.03 | 35.45 | 90.8 | - |
| YUV | 134.18 | 189.97 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 244 | 0.91 | 0.30 | 0 | 0.04 | 200 | 0.91 | 0.52 |
| Hex | 16 | AA | F4 | 5B | 1E | 0 | 4 | C8 | 5B | 34 |
| Octal | 26 | 252 | 364 | 133 | 36 | 0 | 4 | 310 | 133 | 64 |
| Binary | 10110 | 10101010 | 11110100 | 1011011 | 11110 | 0 | 100 | 11001000 | 1011011 | 110100 |
Color Harmonies of #16AAF4
Complementary color
Monochromatic Colors of #16AAF4
Black with #16AAF4
Text Example
Text Example
White with #16AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAF4; }
p { color: rgb(22,170,244); }
H1.HeaderClassName
{
color: #16AAF4;
}
.AnyTagClassName
{
color: #16AAF4;
}
</style>
background-color css
<style>
a { background-color: #16AAF4; }
a { background-color: rgb(22,170,244); }
div.DivClassName
{
background-color: #16AAF4;
}
.BgClassName
{
background-color: #16AAF4;
}
</style>
border-color css
<style>
span { border-color: #16AAF4; }
span { border-color: rgb(22,170,244); }
td.TdClassName
{
border-color: #16AAF4;
}
.TagClassName
{
border-color: #16AAF4;
}
</style>