Shades of Dodger Blue #16ABFD
Tints of Dodger Blue #16ABFD
RGB
CMYK
RGB Variations
Color information
#16ABFD (or 0x16ABFD) is known color: Dodger Blue. HEX triplet: 16, AB and FD. RGB value is (22,171,253). Sum of RGB (Red+Green+Blue) = 22+171+253=446 (59% of max value = 765). Red value is 22 (8.98% from 255 or 4.93% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #16ABFD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ABFD is #E95402. Grayscale: #878787. Windows color (decimal): -15291395 or 16624406. OLE color: 16624406.
HSL color Cylindrical-coordinate representation of color #16ABFD: hue angle of 201.3º 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 #16ABFD is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 171 | 253 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.01 |
| HSL | 201.3º | 0.98% | 0.54% | - |
| HSV(B) | 201.3º | 0.91% | 0.99% | - |
| XYZ | 32.62 | 36.39 | 98.23 | - |
| YUV | 135.8 | 194.14 | 46.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 253 | 0.91 | 0.32 | 0 | 0.01 | 201.3 | 0.98 | 0.54 |
| Hex | 16 | AB | FD | 5B | 20 | 0 | 1 | C9 | 62 | 36 |
| Octal | 26 | 253 | 375 | 133 | 40 | 0 | 1 | 311 | 142 | 66 |
| Binary | 10110 | 10101011 | 11111101 | 1011011 | 100000 | 0 | 1 | 11001001 | 1100010 | 110110 |
Color Harmonies of #16ABFD
Complementary color
Monochromatic Colors of #16ABFD
Black with #16ABFD
Text Example
Text Example
White with #16ABFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ABFD; }
p { color: rgb(22,171,253); }
H1.HeaderClassName
{
color: #16ABFD;
}
.AnyTagClassName
{
color: #16ABFD;
}
</style>
background-color css
<style>
a { background-color: #16ABFD; }
a { background-color: rgb(22,171,253); }
div.DivClassName
{
background-color: #16ABFD;
}
.BgClassName
{
background-color: #16ABFD;
}
</style>
border-color css
<style>
span { border-color: #16ABFD; }
span { border-color: rgb(22,171,253); }
td.TdClassName
{
border-color: #16ABFD;
}
.TagClassName
{
border-color: #16ABFD;
}
</style>