Shades of Dodger Blue #16A8F9
Tints of Dodger Blue #16A8F9
RGB
CMYK
RGB Variations
Color information
#16A8F9 (or 0x16A8F9) is known color: Dodger Blue. HEX triplet: 16, A8 and F9. RGB value is (22,168,249). Sum of RGB (Red+Green+Blue) = 22+168+249=439 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5.01% from 439); Green value is 168 (66.02% from 255 or 38.27% from 439); Blue value is 249 (97.66% from 255 or 56.72% from 439); Max value from RGB is 249 - color contains mainly: blue. Hex color #16A8F9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A8F9 is #E95706. Grayscale: #858585. Windows color (decimal): -15292167 or 16361494. OLE color: 16361494.
HSL color Cylindrical-coordinate representation of color #16A8F9: hue angle of 201.41º 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 #16A8F9 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 168 | 249 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.02 |
| HSL | 201.41º | 0.95% | 0.53% | - |
| HSV(B) | 201.41º | 0.91% | 0.98% | - |
| XYZ | 31.43 | 35.02 | 94.72 | - |
| YUV | 133.58 | 193.13 | 48.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 168 | 249 | 0.91 | 0.33 | 0 | 0.02 | 201.41 | 0.95 | 0.53 |
| Hex | 16 | A8 | F9 | 5B | 21 | 0 | 2 | C9 | 5F | 35 |
| Octal | 26 | 250 | 371 | 133 | 41 | 0 | 2 | 311 | 137 | 65 |
| Binary | 10110 | 10101000 | 11111001 | 1011011 | 100001 | 0 | 10 | 11001001 | 1011111 | 110101 |
Color Harmonies of #16A8F9
Complementary color
Monochromatic Colors of #16A8F9
Black with #16A8F9
Text Example
Text Example
White with #16A8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A8F9; }
p { color: rgb(22,168,249); }
H1.HeaderClassName
{
color: #16A8F9;
}
.AnyTagClassName
{
color: #16A8F9;
}
</style>
background-color css
<style>
a { background-color: #16A8F9; }
a { background-color: rgb(22,168,249); }
div.DivClassName
{
background-color: #16A8F9;
}
.BgClassName
{
background-color: #16A8F9;
}
</style>
border-color css
<style>
span { border-color: #16A8F9; }
span { border-color: rgb(22,168,249); }
td.TdClassName
{
border-color: #16A8F9;
}
.TagClassName
{
border-color: #16A8F9;
}
</style>