Shades of Dodger Blue #16A6FC
Tints of Dodger Blue #16A6FC
RGB
CMYK
RGB Variations
Color information
#16A6FC (or 0x16A6FC) is known color: Dodger Blue. HEX triplet: 16, A6 and FC. RGB value is (22,166,252). Sum of RGB (Red+Green+Blue) = 22+166+252=440 (58% of max value = 765). Red value is 22 (8.98% from 255 or 5% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 252 (98.83% from 255 or 57.27% from 440); Max value from RGB is 252 - color contains mainly: blue. Hex color #16A6FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #16A6FC is #E95903. Grayscale: #848484. Windows color (decimal): -15292676 or 16557590. OLE color: 16557590.
HSL color Cylindrical-coordinate representation of color #16A6FC: hue angle of 202.43º degrees, saturation: 0.97, 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 #16A6FC is Cyan = 0.91, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 22 | 166 | 252 | - |
| CMYK | 0.91 | 0.34 | 0 | 0.01 |
| HSL | 202.43º | 0.97% | 0.54% | - |
| HSV(B) | 202.43º | 0.91% | 0.99% | - |
| XYZ | 31.54 | 34.47 | 97.09 | - |
| YUV | 132.75 | 195.29 | 49.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 166 | 252 | 0.91 | 0.34 | 0 | 0.01 | 202.43 | 0.97 | 0.54 |
| Hex | 16 | A6 | FC | 5B | 22 | 0 | 1 | CA | 61 | 36 |
| Octal | 26 | 246 | 374 | 133 | 42 | 0 | 1 | 312 | 141 | 66 |
| Binary | 10110 | 10100110 | 11111100 | 1011011 | 100010 | 0 | 1 | 11001010 | 1100001 | 110110 |
Color Harmonies of #16A6FC
Complementary color
Monochromatic Colors of #16A6FC
Black with #16A6FC
Text Example
Text Example
White with #16A6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16A6FC; }
p { color: rgb(22,166,252); }
H1.HeaderClassName
{
color: #16A6FC;
}
.AnyTagClassName
{
color: #16A6FC;
}
</style>
background-color css
<style>
a { background-color: #16A6FC; }
a { background-color: rgb(22,166,252); }
div.DivClassName
{
background-color: #16A6FC;
}
.BgClassName
{
background-color: #16A6FC;
}
</style>
border-color css
<style>
span { border-color: #16A6FC; }
span { border-color: rgb(22,166,252); }
td.TdClassName
{
border-color: #16A6FC;
}
.TagClassName
{
border-color: #16A6FC;
}
</style>