Shades of Dodger Blue #16AAF7
Tints of Dodger Blue #16AAF7
RGB
CMYK
RGB Variations
Color information
#16AAF7 (or 0x16AAF7) is known color: Dodger Blue. HEX triplet: 16, AA and F7. RGB value is (22,170,247). Sum of RGB (Red+Green+Blue) = 22+170+247=439 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.01% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 247 (96.88% from 255 or 56.26% from 439); Max value from RGB is 247 - color contains mainly: blue. Hex color #16AAF7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AAF7 is #E95508. Grayscale: #868686. Windows color (decimal): -15291657 or 16230934. OLE color: 16230934.
HSL color Cylindrical-coordinate representation of color #16AAF7: hue angle of 200.53º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AAF7 is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 170 | 247 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.03 |
| HSL | 200.53º | 0.93% | 0.53% | - |
| HSV(B) | 200.53º | 0.91% | 0.97% | - |
| XYZ | 31.49 | 35.64 | 93.21 | - |
| YUV | 134.53 | 191.47 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 247 | 0.91 | 0.31 | 0 | 0.03 | 200.53 | 0.93 | 0.53 |
| Hex | 16 | AA | F7 | 5B | 1F | 0 | 3 | C9 | 5D | 35 |
| Octal | 26 | 252 | 367 | 133 | 37 | 0 | 3 | 311 | 135 | 65 |
| Binary | 10110 | 10101010 | 11110111 | 1011011 | 11111 | 0 | 11 | 11001001 | 1011101 | 110101 |
Color Harmonies of #16AAF7
Complementary color
Monochromatic Colors of #16AAF7
Black with #16AAF7
Text Example
Text Example
White with #16AAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAF7; }
p { color: rgb(22,170,247); }
H1.HeaderClassName
{
color: #16AAF7;
}
.AnyTagClassName
{
color: #16AAF7;
}
</style>
background-color css
<style>
a { background-color: #16AAF7; }
a { background-color: rgb(22,170,247); }
div.DivClassName
{
background-color: #16AAF7;
}
.BgClassName
{
background-color: #16AAF7;
}
</style>
border-color css
<style>
span { border-color: #16AAF7; }
span { border-color: rgb(22,170,247); }
td.TdClassName
{
border-color: #16AAF7;
}
.TagClassName
{
border-color: #16AAF7;
}
</style>