Shades of Dodger Blue #16A9FF
Tints of Dodger Blue #16A9FF
RGB
CMYK
RGB Variations
Color information
#16A9FF (or 0x16A9FF) is known color: Dodger Blue. HEX triplet: 16, A9 and FF. RGB value is (22,169,255). Sum of RGB (Red+Green+Blue) = 22+169+255=446 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.93% from 446); Green value is 169 (66.41% from 255 or 37.89% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #16A9FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A9FF is #E95600. Grayscale: #868686. Windows color (decimal): -15291905 or 16754966. OLE color: 16754966.
HSL color Cylindrical-coordinate representation of color #16A9FF: hue angle of 202.15º 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 #16A9FF is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 169 | 255 | - |
| CMYK | 0.91 | 0.34 | 0 | 0 |
| HSL | 202.15º | 1% | 0.54% | - |
| HSV(B) | 202.15º | 0.91% | 1% | - |
| XYZ | 32.57 | 35.77 | 99.79 | - |
| YUV | 134.85 | 195.8 | 47.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 255 | 0.91 | 0.34 | 0 | 0 | 202.15 | 1 | 0.54 |
| Hex | 16 | A9 | FF | 5B | 22 | 0 | 0 | CA | 64 | 36 |
| Octal | 26 | 251 | 377 | 133 | 42 | 0 | 0 | 312 | 144 | 66 |
| Binary | 10110 | 10101001 | 11111111 | 1011011 | 100010 | 0 | 0 | 11001010 | 1100100 | 110110 |
Color Harmonies of #16A9FF
Complementary color
Monochromatic Colors of #16A9FF
Black with #16A9FF
Text Example
Text Example
White with #16A9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A9FF; }
p { color: rgb(22,169,255); }
H1.HeaderClassName
{
color: #16A9FF;
}
.AnyTagClassName
{
color: #16A9FF;
}
</style>
background-color css
<style>
a { background-color: #16A9FF; }
a { background-color: rgb(22,169,255); }
div.DivClassName
{
background-color: #16A9FF;
}
.BgClassName
{
background-color: #16A9FF;
}
</style>
border-color css
<style>
span { border-color: #16A9FF; }
span { border-color: rgb(22,169,255); }
td.TdClassName
{
border-color: #16A9FF;
}
.TagClassName
{
border-color: #16A9FF;
}
</style>