Shades of Dodger Blue #116AFF
Tints of Dodger Blue #116AFF
RGB
CMYK
RGB Variations
Color information
#116AFF (or 0x116AFF) is known color: Dodger Blue. HEX triplet: 11, 6A and FF. RGB value is (17,106,255). Sum of RGB (Red+Green+Blue) = 17+106+255=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 106 (41.80% from 255 or 28.04% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #116AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116AFF is #EE9500. Grayscale: #5F5F5F. Windows color (decimal): -15635713 or 16738833. OLE color: 16738833.
HSL color Cylindrical-coordinate representation of color #116AFF: hue angle of 217.56º 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 #116AFF is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 106 | 255 | - |
| CMYK | 0.93 | 0.58 | 0 | 0 |
| HSL | 217.56º | 1% | 0.53% | - |
| HSV(B) | 217.56º | 0.93% | 1% | - |
| XYZ | 23.44 | 17.65 | 96.78 | - |
| YUV | 96.38 | 217.51 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 106 | 255 | 0.93 | 0.58 | 0 | 0 | 217.56 | 1 | 0.53 |
| Hex | 11 | 6A | FF | 5D | 3A | 0 | 0 | DA | 64 | 35 |
| Octal | 21 | 152 | 377 | 135 | 72 | 0 | 0 | 332 | 144 | 65 |
| Binary | 10001 | 1101010 | 11111111 | 1011101 | 111010 | 0 | 0 | 11011010 | 1100100 | 110101 |
Color Harmonies of #116AFF
Complementary color
Monochromatic Colors of #116AFF
Black with #116AFF
Text Example
Text Example
White with #116AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116AFF; }
p { color: rgb(17,106,255); }
H1.HeaderClassName
{
color: #116AFF;
}
.AnyTagClassName
{
color: #116AFF;
}
</style>
background-color css
<style>
a { background-color: #116AFF; }
a { background-color: rgb(17,106,255); }
div.DivClassName
{
background-color: #116AFF;
}
.BgClassName
{
background-color: #116AFF;
}
</style>
border-color css
<style>
span { border-color: #116AFF; }
span { border-color: rgb(17,106,255); }
td.TdClassName
{
border-color: #116AFF;
}
.TagClassName
{
border-color: #116AFF;
}
</style>