Shades of Dodger Blue #116DFC
Tints of Dodger Blue #116DFC
RGB
CMYK
RGB Variations
Color information
#116DFC (or 0x116DFC) is known color: Dodger Blue. HEX triplet: 11, 6D and FC. RGB value is (17,109,252). Sum of RGB (Red+Green+Blue) = 17+109+252=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 109 (42.97% from 255 or 28.84% from 378); Blue value is 252 (98.83% from 255 or 66.67% from 378); Max value from RGB is 252 - color contains mainly: blue. Hex color #116DFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DFC is #EE9203. Grayscale: #616161. Windows color (decimal): -15634948 or 16542993. OLE color: 16542993.
HSL color Cylindrical-coordinate representation of color #116DFC: hue angle of 216.51º 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 #116DFC is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 109 | 252 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.01 |
| HSL | 216.51º | 0.98% | 0.53% | - |
| HSV(B) | 216.51º | 0.93% | 0.99% | - |
| XYZ | 23.27 | 18.08 | 94.36 | - |
| YUV | 97.79 | 215.02 | 70.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 252 | 0.93 | 0.57 | 0 | 0.01 | 216.51 | 0.98 | 0.53 |
| Hex | 11 | 6D | FC | 5D | 39 | 0 | 1 | D9 | 62 | 35 |
| Octal | 21 | 155 | 374 | 135 | 71 | 0 | 1 | 331 | 142 | 65 |
| Binary | 10001 | 1101101 | 11111100 | 1011101 | 111001 | 0 | 1 | 11011001 | 1100010 | 110101 |
Color Harmonies of #116DFC
Complementary color
Monochromatic Colors of #116DFC
Black with #116DFC
Text Example
Text Example
White with #116DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DFC; }
p { color: rgb(17,109,252); }
H1.HeaderClassName
{
color: #116DFC;
}
.AnyTagClassName
{
color: #116DFC;
}
</style>
background-color css
<style>
a { background-color: #116DFC; }
a { background-color: rgb(17,109,252); }
div.DivClassName
{
background-color: #116DFC;
}
.BgClassName
{
background-color: #116DFC;
}
</style>
border-color css
<style>
span { border-color: #116DFC; }
span { border-color: rgb(17,109,252); }
td.TdClassName
{
border-color: #116DFC;
}
.TagClassName
{
border-color: #116DFC;
}
</style>