Shades of Dodger Blue #16ABFB
Tints of Dodger Blue #16ABFB
RGB
CMYK
RGB Variations
Color information
#16ABFB (or 0x16ABFB) is known color: Dodger Blue. HEX triplet: 16, AB and FB. RGB value is (22,171,251). Sum of RGB (Red+Green+Blue) = 22+171+251=444 (58% of max value = 765). Red value is 22 (8.98% from 255 or 4.95% from 444); Green value is 171 (67.19% from 255 or 38.51% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #16ABFB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16ABFB is #E95404. Grayscale: #878787. Windows color (decimal): -15291397 or 16493334. OLE color: 16493334.
HSL color Cylindrical-coordinate representation of color #16ABFB: hue angle of 200.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16ABFB is Cyan = 0.91, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 22 | 171 | 251 | - |
| CMYK | 0.91 | 0.32 | 0 | 0.02 |
| HSL | 200.96º | 0.97% | 0.54% | - |
| HSV(B) | 200.96º | 0.91% | 0.98% | - |
| XYZ | 32.31 | 36.26 | 96.56 | - |
| YUV | 135.57 | 193.14 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 171 | 251 | 0.91 | 0.32 | 0 | 0.02 | 200.96 | 0.97 | 0.54 |
| Hex | 16 | AB | FB | 5B | 20 | 0 | 2 | C9 | 61 | 36 |
| Octal | 26 | 253 | 373 | 133 | 40 | 0 | 2 | 311 | 141 | 66 |
| Binary | 10110 | 10101011 | 11111011 | 1011011 | 100000 | 0 | 10 | 11001001 | 1100001 | 110110 |
Color Harmonies of #16ABFB
Complementary color
Monochromatic Colors of #16ABFB
Black with #16ABFB
Text Example
Text Example
White with #16ABFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16ABFB; }
p { color: rgb(22,171,251); }
H1.HeaderClassName
{
color: #16ABFB;
}
.AnyTagClassName
{
color: #16ABFB;
}
</style>
background-color css
<style>
a { background-color: #16ABFB; }
a { background-color: rgb(22,171,251); }
div.DivClassName
{
background-color: #16ABFB;
}
.BgClassName
{
background-color: #16ABFB;
}
</style>
border-color css
<style>
span { border-color: #16ABFB; }
span { border-color: rgb(22,171,251); }
td.TdClassName
{
border-color: #16ABFB;
}
.TagClassName
{
border-color: #16ABFB;
}
</style>