Shades of Dodger Blue #117EE5
Tints of Dodger Blue #117EE5
RGB
CMYK
RGB Variations
Color information
#117EE5 (or 0x117EE5) is known color: Dodger Blue. HEX triplet: 11, 7E and E5. RGB value is (17,126,229). Sum of RGB (Red+Green+Blue) = 17+126+229=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 229 (89.84% from 255 or 61.56% from 372); Max value from RGB is 229 - color contains mainly: blue. Hex color #117EE5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EE5 is #EE811A. Grayscale: #686868. Windows color (decimal): -15630619 or 15040017. OLE color: 15040017.
HSL color Cylindrical-coordinate representation of color #117EE5: hue angle of 209.15º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EE5 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 126 | 229 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.10 |
| HSL | 209.15º | 0.86% | 0.48% | - |
| HSV(B) | 209.15º | 0.93% | 0.9% | - |
| XYZ | 21.83 | 20.7 | 76.97 | - |
| YUV | 105.15 | 197.89 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 229 | 0.93 | 0.45 | 0 | 0.10 | 209.15 | 0.86 | 0.48 |
| Hex | 11 | 7E | E5 | 5D | 2D | 0 | A | D1 | 56 | 30 |
| Octal | 21 | 176 | 345 | 135 | 55 | 0 | 12 | 321 | 126 | 60 |
| Binary | 10001 | 1111110 | 11100101 | 1011101 | 101101 | 0 | 1010 | 11010001 | 1010110 | 110000 |
Color Harmonies of #117EE5
Complementary color
Monochromatic Colors of #117EE5
Black with #117EE5
Text Example
Text Example
White with #117EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EE5; }
p { color: rgb(17,126,229); }
H1.HeaderClassName
{
color: #117EE5;
}
.AnyTagClassName
{
color: #117EE5;
}
</style>
background-color css
<style>
a { background-color: #117EE5; }
a { background-color: rgb(17,126,229); }
div.DivClassName
{
background-color: #117EE5;
}
.BgClassName
{
background-color: #117EE5;
}
</style>
border-color css
<style>
span { border-color: #117EE5; }
span { border-color: rgb(17,126,229); }
td.TdClassName
{
border-color: #117EE5;
}
.TagClassName
{
border-color: #117EE5;
}
</style>