Shades of Dodger Blue #16A9F9
Tints of Dodger Blue #16A9F9
RGB
CMYK
RGB Variations
Color information
#16A9F9 (or 0x16A9F9) is known color: Dodger Blue. HEX triplet: 16, A9 and F9. RGB value is (22,169,249). Sum of RGB (Red+Green+Blue) = 22+169+249=440 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5% from 440); Green value is 169 (66.41% from 255 or 38.41% from 440); Blue value is 249 (97.66% from 255 or 56.59% from 440); Max value from RGB is 249 - color contains mainly: blue. Hex color #16A9F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A9F9 is #E95606. Grayscale: #858585. Windows color (decimal): -15291911 or 16361750. OLE color: 16361750.
HSL color Cylindrical-coordinate representation of color #16A9F9: hue angle of 201.15º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16A9F9 is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 169 | 249 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.02 |
| HSL | 201.15º | 0.95% | 0.53% | - |
| HSV(B) | 201.15º | 0.91% | 0.98% | - |
| XYZ | 31.62 | 35.39 | 94.79 | - |
| YUV | 134.17 | 192.8 | 48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 169 | 249 | 0.91 | 0.32 | 0 | 0.02 | 201.15 | 0.95 | 0.53 |
| Hex | 16 | A9 | F9 | 5B | 20 | 0 | 2 | C9 | 5F | 35 |
| Octal | 26 | 251 | 371 | 133 | 40 | 0 | 2 | 311 | 137 | 65 |
| Binary | 10110 | 10101001 | 11111001 | 1011011 | 100000 | 0 | 10 | 11001001 | 1011111 | 110101 |
Color Harmonies of #16A9F9
Complementary color
Monochromatic Colors of #16A9F9
Black with #16A9F9
Text Example
Text Example
White with #16A9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A9F9; }
p { color: rgb(22,169,249); }
H1.HeaderClassName
{
color: #16A9F9;
}
.AnyTagClassName
{
color: #16A9F9;
}
</style>
background-color css
<style>
a { background-color: #16A9F9; }
a { background-color: rgb(22,169,249); }
div.DivClassName
{
background-color: #16A9F9;
}
.BgClassName
{
background-color: #16A9F9;
}
</style>
border-color css
<style>
span { border-color: #16A9F9; }
span { border-color: rgb(22,169,249); }
td.TdClassName
{
border-color: #16A9F9;
}
.TagClassName
{
border-color: #16A9F9;
}
</style>