Shades of Dodger Blue #116DF7
Tints of Dodger Blue #116DF7
RGB
CMYK
RGB Variations
Color information
#116DF7 (or 0x116DF7) is known color: Dodger Blue. HEX triplet: 11, 6D and F7. RGB value is (17,109,247). Sum of RGB (Red+Green+Blue) = 17+109+247=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 109 (42.97% from 255 or 29.22% from 373); Blue value is 247 (96.88% from 255 or 66.22% from 373); Max value from RGB is 247 - color contains mainly: blue. Hex color #116DF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #116DF7 is #EE9208. Grayscale: #606060. Windows color (decimal): -15634953 or 16215313. OLE color: 16215313.
HSL color Cylindrical-coordinate representation of color #116DF7: hue angle of 216º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #116DF7 is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 17 | 109 | 247 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.03 |
| HSL | 216º | 0.93% | 0.52% | - |
| HSV(B) | 216º | 0.93% | 0.97% | - |
| XYZ | 22.49 | 17.77 | 90.24 | - |
| YUV | 97.22 | 212.52 | 70.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 109 | 247 | 0.93 | 0.56 | 0 | 0.03 | 216 | 0.93 | 0.52 |
| Hex | 11 | 6D | F7 | 5D | 38 | 0 | 3 | D8 | 5D | 34 |
| Octal | 21 | 155 | 367 | 135 | 70 | 0 | 3 | 330 | 135 | 64 |
| Binary | 10001 | 1101101 | 11110111 | 1011101 | 111000 | 0 | 11 | 11011000 | 1011101 | 110100 |
Color Harmonies of #116DF7
Complementary color
Monochromatic Colors of #116DF7
Black with #116DF7
Text Example
Text Example
White with #116DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #116DF7; }
p { color: rgb(17,109,247); }
H1.HeaderClassName
{
color: #116DF7;
}
.AnyTagClassName
{
color: #116DF7;
}
</style>
background-color css
<style>
a { background-color: #116DF7; }
a { background-color: rgb(17,109,247); }
div.DivClassName
{
background-color: #116DF7;
}
.BgClassName
{
background-color: #116DF7;
}
</style>
border-color css
<style>
span { border-color: #116DF7; }
span { border-color: rgb(17,109,247); }
td.TdClassName
{
border-color: #116DF7;
}
.TagClassName
{
border-color: #116DF7;
}
</style>