Shades of Dodger Blue #116DFF
Tints of Dodger Blue #116DFF
RGB
CMYK
RGB Variations
Color information
#116DFF (or 0x116DFF) is known color: Dodger Blue. HEX triplet: 11, 6D and FF. RGB value is (17,109,255). Sum of RGB (Red+Green+Blue) = 17+109+255=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 255 (100% from 255 or 66.93% from 381); Max value from RGB is 255 - color contains mainly: blue. Hex color #116DFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DFF is #EE9200. Grayscale: #616161. Windows color (decimal): -15634945 or 16739601. OLE color: 16739601.
HSL color Cylindrical-coordinate representation of color #116DFF: hue angle of 216.81º 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 #116DFF is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 109 | 255 | - |
| CMYK | 0.93 | 0.57 | 0 | 0 |
| HSL | 216.81º | 1% | 0.53% | - |
| HSV(B) | 216.81º | 0.93% | 1% | - |
| XYZ | 23.75 | 18.28 | 96.88 | - |
| YUV | 98.14 | 216.52 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 255 | 0.93 | 0.57 | 0 | 0 | 216.81 | 1 | 0.53 |
| Hex | 11 | 6D | FF | 5D | 39 | 0 | 0 | D9 | 64 | 35 |
| Octal | 21 | 155 | 377 | 135 | 71 | 0 | 0 | 331 | 144 | 65 |
| Binary | 10001 | 1101101 | 11111111 | 1011101 | 111001 | 0 | 0 | 11011001 | 1100100 | 110101 |
Color Harmonies of #116DFF
Complementary color
Monochromatic Colors of #116DFF
Black with #116DFF
Text Example
Text Example
White with #116DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DFF; }
p { color: rgb(17,109,255); }
H1.HeaderClassName
{
color: #116DFF;
}
.AnyTagClassName
{
color: #116DFF;
}
</style>
background-color css
<style>
a { background-color: #116DFF; }
a { background-color: rgb(17,109,255); }
div.DivClassName
{
background-color: #116DFF;
}
.BgClassName
{
background-color: #116DFF;
}
</style>
border-color css
<style>
span { border-color: #116DFF; }
span { border-color: rgb(17,109,255); }
td.TdClassName
{
border-color: #116DFF;
}
.TagClassName
{
border-color: #116DFF;
}
</style>