Shades of Dodger Blue #16AAFD
Tints of Dodger Blue #16AAFD
RGB
CMYK
RGB Variations
Color information
#16AAFD (or 0x16AAFD) is known color: Dodger Blue. HEX triplet: 16, AA and FD. RGB value is (22,170,253). Sum of RGB (Red+Green+Blue) = 22+170+253=445 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.94% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #16AAFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16AAFD is #E95502. Grayscale: #868686. Windows color (decimal): -15291651 or 16624150. OLE color: 16624150.
HSL color Cylindrical-coordinate representation of color #16AAFD: hue angle of 201.56º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16AAFD is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 170 | 253 | - |
| CMYK | 0.91 | 0.33 | 0 | 0.01 |
| HSL | 201.56º | 0.98% | 0.54% | - |
| HSV(B) | 201.56º | 0.91% | 0.99% | - |
| XYZ | 32.44 | 36.01 | 98.17 | - |
| YUV | 135.21 | 194.47 | 47.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 170 | 253 | 0.91 | 0.33 | 0 | 0.01 | 201.56 | 0.98 | 0.54 |
| Hex | 16 | AA | FD | 5B | 21 | 0 | 1 | CA | 62 | 36 |
| Octal | 26 | 252 | 375 | 133 | 41 | 0 | 1 | 312 | 142 | 66 |
| Binary | 10110 | 10101010 | 11111101 | 1011011 | 100001 | 0 | 1 | 11001010 | 1100010 | 110110 |
Color Harmonies of #16AAFD
Complementary color
Monochromatic Colors of #16AAFD
Black with #16AAFD
Text Example
Text Example
White with #16AAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16AAFD; }
p { color: rgb(22,170,253); }
H1.HeaderClassName
{
color: #16AAFD;
}
.AnyTagClassName
{
color: #16AAFD;
}
</style>
background-color css
<style>
a { background-color: #16AAFD; }
a { background-color: rgb(22,170,253); }
div.DivClassName
{
background-color: #16AAFD;
}
.BgClassName
{
background-color: #16AAFD;
}
</style>
border-color css
<style>
span { border-color: #16AAFD; }
span { border-color: rgb(22,170,253); }
td.TdClassName
{
border-color: #16AAFD;
}
.TagClassName
{
border-color: #16AAFD;
}
</style>