Shades of Dodger Blue #116CFC
Tints of Dodger Blue #116CFC
RGB
CMYK
RGB Variations
Color information
#116CFC (or 0x116CFC) is known color: Dodger Blue. HEX triplet: 11, 6C and FC. RGB value is (17,108,252). Sum of RGB (Red+Green+Blue) = 17+108+252=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 108 (42.58% from 255 or 28.65% from 377); Blue value is 252 (98.83% from 255 or 66.84% from 377); Max value from RGB is 252 - color contains mainly: blue. Hex color #116CFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116CFC is #EE9303. Grayscale: #606060. Windows color (decimal): -15635204 or 16542737. OLE color: 16542737.
HSL color Cylindrical-coordinate representation of color #116CFC: hue angle of 216.77º 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 #116CFC is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 17 | 108 | 252 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.01 |
| HSL | 216.77º | 0.98% | 0.53% | - |
| HSV(B) | 216.77º | 0.93% | 0.99% | - |
| XYZ | 23.16 | 17.87 | 94.32 | - |
| YUV | 97.21 | 215.35 | 70.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 108 | 252 | 0.93 | 0.57 | 0 | 0.01 | 216.77 | 0.98 | 0.53 |
| Hex | 11 | 6C | FC | 5D | 39 | 0 | 1 | D9 | 62 | 35 |
| Octal | 21 | 154 | 374 | 135 | 71 | 0 | 1 | 331 | 142 | 65 |
| Binary | 10001 | 1101100 | 11111100 | 1011101 | 111001 | 0 | 1 | 11011001 | 1100010 | 110101 |
Color Harmonies of #116CFC
Complementary color
Monochromatic Colors of #116CFC
Black with #116CFC
Text Example
Text Example
White with #116CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116CFC; }
p { color: rgb(17,108,252); }
H1.HeaderClassName
{
color: #116CFC;
}
.AnyTagClassName
{
color: #116CFC;
}
</style>
background-color css
<style>
a { background-color: #116CFC; }
a { background-color: rgb(17,108,252); }
div.DivClassName
{
background-color: #116CFC;
}
.BgClassName
{
background-color: #116CFC;
}
</style>
border-color css
<style>
span { border-color: #116CFC; }
span { border-color: rgb(17,108,252); }
td.TdClassName
{
border-color: #116CFC;
}
.TagClassName
{
border-color: #116CFC;
}
</style>