Shades of Dodger Blue #116AFC
Tints of Dodger Blue #116AFC
RGB
CMYK
RGB Variations
Color information
#116AFC (or 0x116AFC) is known color: Dodger Blue. HEX triplet: 11, 6A and FC. RGB value is (17,106,252). Sum of RGB (Red+Green+Blue) = 17+106+252=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #116AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AFC is #EE9503. Grayscale: #5F5F5F. Windows color (decimal): -15635716 or 16542225. OLE color: 16542225.
HSL color Cylindrical-coordinate representation of color #116AFC: hue angle of 217.28º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116AFC is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 106 | 252 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.01 |
| HSL | 217.28º | 0.98% | 0.53% | - |
| HSV(B) | 217.28º | 0.93% | 0.99% | - |
| XYZ | 22.96 | 17.46 | 94.25 | - |
| YUV | 96.03 | 216.01 | 71.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 252 | 0.93 | 0.58 | 0 | 0.01 | 217.28 | 0.98 | 0.53 |
| Hex | 11 | 6A | FC | 5D | 3A | 0 | 1 | D9 | 62 | 35 |
| Octal | 21 | 152 | 374 | 135 | 72 | 0 | 1 | 331 | 142 | 65 |
| Binary | 10001 | 1101010 | 11111100 | 1011101 | 111010 | 0 | 1 | 11011001 | 1100010 | 110101 |
Color Harmonies of #116AFC
Complementary color
Monochromatic Colors of #116AFC
Black with #116AFC
Text Example
Text Example
White with #116AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AFC; }
p { color: rgb(17,106,252); }
H1.HeaderClassName
{
color: #116AFC;
}
.AnyTagClassName
{
color: #116AFC;
}
</style>
background-color css
<style>
a { background-color: #116AFC; }
a { background-color: rgb(17,106,252); }
div.DivClassName
{
background-color: #116AFC;
}
.BgClassName
{
background-color: #116AFC;
}
</style>
border-color css
<style>
span { border-color: #116AFC; }
span { border-color: rgb(17,106,252); }
td.TdClassName
{
border-color: #116AFC;
}
.TagClassName
{
border-color: #116AFC;
}
</style>