Shades of Dodger Blue #16A0FF
Tints of Dodger Blue #16A0FF
RGB
CMYK
RGB Variations
Color information
#16A0FF (or 0x16A0FF) is known color: Dodger Blue. HEX triplet: 16, A0 and FF. RGB value is (22,160,255). Sum of RGB (Red+Green+Blue) = 22+160+255=437 (57% of max value = 765). Red value is 22 (8.98% from 255 or 5.03% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 255 (100% from 255 or 58.35% from 437); Max value from RGB is 255 - color contains mainly: blue. Hex color #16A0FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A0FF is #E95F00. Grayscale: #818181. Windows color (decimal): -15294209 or 16752662. OLE color: 16752662.
HSL color Cylindrical-coordinate representation of color #16A0FF: hue angle of 204.46º 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 #16A0FF is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 22 | 160 | 255 | - |
| CMYK | 0.91 | 0.37 | 0 | 0 |
| HSL | 204.46º | 1% | 0.54% | - |
| HSV(B) | 204.46º | 0.91% | 1% | - |
| XYZ | 30.95 | 32.53 | 99.26 | - |
| YUV | 129.57 | 198.78 | 51.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 160 | 255 | 0.91 | 0.37 | 0 | 0 | 204.46 | 1 | 0.54 |
| Hex | 16 | A0 | FF | 5B | 25 | 0 | 0 | CC | 64 | 36 |
| Octal | 26 | 240 | 377 | 133 | 45 | 0 | 0 | 314 | 144 | 66 |
| Binary | 10110 | 10100000 | 11111111 | 1011011 | 100101 | 0 | 0 | 11001100 | 1100100 | 110110 |
Color Harmonies of #16A0FF
Complementary color
Monochromatic Colors of #16A0FF
Black with #16A0FF
Text Example
Text Example
White with #16A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A0FF; }
p { color: rgb(22,160,255); }
H1.HeaderClassName
{
color: #16A0FF;
}
.AnyTagClassName
{
color: #16A0FF;
}
</style>
background-color css
<style>
a { background-color: #16A0FF; }
a { background-color: rgb(22,160,255); }
div.DivClassName
{
background-color: #16A0FF;
}
.BgClassName
{
background-color: #16A0FF;
}
</style>
border-color css
<style>
span { border-color: #16A0FF; }
span { border-color: rgb(22,160,255); }
td.TdClassName
{
border-color: #16A0FF;
}
.TagClassName
{
border-color: #16A0FF;
}
</style>