Shades of Dodger Blue #116BFF
Tints of Dodger Blue #116BFF
RGB
CMYK
RGB Variations
Color information
#116BFF (or 0x116BFF) is known color: Dodger Blue. HEX triplet: 11, 6B and FF. RGB value is (17,107,255). Sum of RGB (Red+Green+Blue) = 17+107+255=379 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.49% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 255 (100% from 255 or 67.28% from 379); Max value from RGB is 255 - color contains mainly: blue. Hex color #116BFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116BFF is #EE9400. Grayscale: #606060. Windows color (decimal): -15635457 or 16739089. OLE color: 16739089.
HSL color Cylindrical-coordinate representation of color #116BFF: hue angle of 217.31º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116BFF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 107 | 255 | - |
| CMYK | 0.93 | 0.58 | 0 | 0 |
| HSL | 217.31º | 1% | 0.53% | - |
| HSV(B) | 217.31º | 0.93% | 1% | - |
| XYZ | 23.54 | 17.85 | 96.81 | - |
| YUV | 96.96 | 217.18 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 107 | 255 | 0.93 | 0.58 | 0 | 0 | 217.31 | 1 | 0.53 |
| Hex | 11 | 6B | FF | 5D | 3A | 0 | 0 | D9 | 64 | 35 |
| Octal | 21 | 153 | 377 | 135 | 72 | 0 | 0 | 331 | 144 | 65 |
| Binary | 10001 | 1101011 | 11111111 | 1011101 | 111010 | 0 | 0 | 11011001 | 1100100 | 110101 |
Color Harmonies of #116BFF
Complementary color
Monochromatic Colors of #116BFF
Black with #116BFF
Text Example
Text Example
White with #116BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116BFF; }
p { color: rgb(17,107,255); }
H1.HeaderClassName
{
color: #116BFF;
}
.AnyTagClassName
{
color: #116BFF;
}
</style>
background-color css
<style>
a { background-color: #116BFF; }
a { background-color: rgb(17,107,255); }
div.DivClassName
{
background-color: #116BFF;
}
.BgClassName
{
background-color: #116BFF;
}
</style>
border-color css
<style>
span { border-color: #116BFF; }
span { border-color: rgb(17,107,255); }
td.TdClassName
{
border-color: #116BFF;
}
.TagClassName
{
border-color: #116BFF;
}
</style>