Shades of Dodger Blue #16A5E9
Tints of Dodger Blue #16A5E9
RGB
CMYK
RGB Variations
Color information
#16A5E9 (or 0x16A5E9) is known color: Dodger Blue. HEX triplet: 16, A5 and E9. RGB value is (22,165,233). Sum of RGB (Red+Green+Blue) = 22+165+233=420 (55% of max value = 765). Red value is 22 (8.98% from 255 or 5.24% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 233 (91.41% from 255 or 55.48% from 420); Max value from RGB is 233 - color contains mainly: blue. Hex color #16A5E9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A5E9 is #E95A16. Grayscale: #818181. Windows color (decimal): -15292951 or 15312150. OLE color: 15312150.
HSL color Cylindrical-coordinate representation of color #16A5E9: hue angle of 199.34º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A5E9 is Cyan = 0.91, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 22 | 165 | 233 | - |
| CMYK | 0.91 | 0.29 | 0 | 0.09 |
| HSL | 199.34º | 0.83% | 0.5% | - |
| HSV(B) | 199.34º | 0.91% | 0.91% | - |
| XYZ | 28.49 | 32.96 | 81.95 | - |
| YUV | 130 | 186.12 | 50.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 165 | 233 | 0.91 | 0.29 | 0 | 0.09 | 199.34 | 0.83 | 0.5 |
| Hex | 16 | A5 | E9 | 5B | 1D | 0 | 9 | C7 | 53 | 32 |
| Octal | 26 | 245 | 351 | 133 | 35 | 0 | 11 | 307 | 123 | 62 |
| Binary | 10110 | 10100101 | 11101001 | 1011011 | 11101 | 0 | 1001 | 11000111 | 1010011 | 110010 |
Color Harmonies of #16A5E9
Complementary color
Monochromatic Colors of #16A5E9
Black with #16A5E9
Text Example
Text Example
White with #16A5E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A5E9; }
p { color: rgb(22,165,233); }
H1.HeaderClassName
{
color: #16A5E9;
}
.AnyTagClassName
{
color: #16A5E9;
}
</style>
background-color css
<style>
a { background-color: #16A5E9; }
a { background-color: rgb(22,165,233); }
div.DivClassName
{
background-color: #16A5E9;
}
.BgClassName
{
background-color: #16A5E9;
}
</style>
border-color css
<style>
span { border-color: #16A5E9; }
span { border-color: rgb(22,165,233); }
td.TdClassName
{
border-color: #16A5E9;
}
.TagClassName
{
border-color: #16A5E9;
}
</style>