Shades of Dodger Blue #16AAFF
Tints of Dodger Blue #16AAFF
RGB
CMYK
RGB Variations
Color information
#16AAFF (or 0x16AAFF) is known color: Dodger Blue. HEX triplet: 16, AA and FF. RGB value is (22,170,255). Sum of RGB (Red+Green+Blue) = 22+170+255=447 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.92% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #16AAFF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AAFF is #E95500. Grayscale: #868686. Windows color (decimal): -15291649 or 16755222. OLE color: 16755222.
HSL color Cylindrical-coordinate representation of color #16AAFF: hue angle of 201.89º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AAFF is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 170 | 255 | - |
| CMYK | 0.91 | 0.33 | 0 | 0 |
| HSL | 201.89º | 1% | 0.54% | - |
| HSV(B) | 201.89º | 0.91% | 1% | - |
| XYZ | 32.76 | 36.14 | 99.86 | - |
| YUV | 135.44 | 195.47 | 47.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 255 | 0.91 | 0.33 | 0 | 0 | 201.89 | 1 | 0.54 |
| Hex | 16 | AA | FF | 5B | 21 | 0 | 0 | CA | 64 | 36 |
| Octal | 26 | 252 | 377 | 133 | 41 | 0 | 0 | 312 | 144 | 66 |
| Binary | 10110 | 10101010 | 11111111 | 1011011 | 100001 | 0 | 0 | 11001010 | 1100100 | 110110 |
Color Harmonies of #16AAFF
Complementary color
Monochromatic Colors of #16AAFF
Black with #16AAFF
Text Example
Text Example
White with #16AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAFF; }
p { color: rgb(22,170,255); }
H1.HeaderClassName
{
color: #16AAFF;
}
.AnyTagClassName
{
color: #16AAFF;
}
</style>
background-color css
<style>
a { background-color: #16AAFF; }
a { background-color: rgb(22,170,255); }
div.DivClassName
{
background-color: #16AAFF;
}
.BgClassName
{
background-color: #16AAFF;
}
</style>
border-color css
<style>
span { border-color: #16AAFF; }
span { border-color: rgb(22,170,255); }
td.TdClassName
{
border-color: #16AAFF;
}
.TagClassName
{
border-color: #16AAFF;
}
</style>