Shades of Dodger Blue #117EE7
Tints of Dodger Blue #117EE7
RGB
CMYK
RGB Variations
Color information
#117EE7 (or 0x117EE7) is known color: Dodger Blue. HEX triplet: 11, 7E and E7. RGB value is (17,126,231). Sum of RGB (Red+Green+Blue) = 17+126+231=374 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.55% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 231 (90.62% from 255 or 61.76% from 374); Max value from RGB is 231 - color contains mainly: blue. Hex color #117EE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EE7 is #EE8118. Grayscale: #686868. Windows color (decimal): -15630617 or 15171089. OLE color: 15171089.
HSL color Cylindrical-coordinate representation of color #117EE7: hue angle of 209.44º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EE7 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 126 | 231 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.09 |
| HSL | 209.44º | 0.86% | 0.49% | - |
| HSV(B) | 209.44º | 0.93% | 0.91% | - |
| XYZ | 22.12 | 20.81 | 78.45 | - |
| YUV | 105.38 | 198.89 | 64.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 231 | 0.93 | 0.45 | 0 | 0.09 | 209.44 | 0.86 | 0.49 |
| Hex | 11 | 7E | E7 | 5D | 2D | 0 | 9 | D1 | 56 | 31 |
| Octal | 21 | 176 | 347 | 135 | 55 | 0 | 11 | 321 | 126 | 61 |
| Binary | 10001 | 1111110 | 11100111 | 1011101 | 101101 | 0 | 1001 | 11010001 | 1010110 | 110001 |
Color Harmonies of #117EE7
Complementary color
Monochromatic Colors of #117EE7
Black with #117EE7
Text Example
Text Example
White with #117EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EE7; }
p { color: rgb(17,126,231); }
H1.HeaderClassName
{
color: #117EE7;
}
.AnyTagClassName
{
color: #117EE7;
}
</style>
background-color css
<style>
a { background-color: #117EE7; }
a { background-color: rgb(17,126,231); }
div.DivClassName
{
background-color: #117EE7;
}
.BgClassName
{
background-color: #117EE7;
}
</style>
border-color css
<style>
span { border-color: #117EE7; }
span { border-color: rgb(17,126,231); }
td.TdClassName
{
border-color: #117EE7;
}
.TagClassName
{
border-color: #117EE7;
}
</style>