Shades of Dodger Blue #117EE6
Tints of Dodger Blue #117EE6
RGB
CMYK
RGB Variations
Color information
#117EE6 (or 0x117EE6) is known color: Dodger Blue. HEX triplet: 11, 7E and E6. RGB value is (17,126,230). Sum of RGB (Red+Green+Blue) = 17+126+230=373 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.56% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #117EE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EE6 is #EE8119. Grayscale: #686868. Windows color (decimal): -15630618 or 15105553. OLE color: 15105553.
HSL color Cylindrical-coordinate representation of color #117EE6: hue angle of 209.3º 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 #117EE6 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 126 | 230 | - |
| CMYK | 0.93 | 0.45 | 0 | 0.10 |
| HSL | 209.3º | 0.86% | 0.48% | - |
| HSV(B) | 209.3º | 0.93% | 0.9% | - |
| XYZ | 21.97 | 20.75 | 77.71 | - |
| YUV | 105.27 | 198.39 | 65.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 230 | 0.93 | 0.45 | 0 | 0.10 | 209.3 | 0.86 | 0.48 |
| Hex | 11 | 7E | E6 | 5D | 2D | 0 | A | D1 | 56 | 30 |
| Octal | 21 | 176 | 346 | 135 | 55 | 0 | 12 | 321 | 126 | 60 |
| Binary | 10001 | 1111110 | 11100110 | 1011101 | 101101 | 0 | 1010 | 11010001 | 1010110 | 110000 |
Color Harmonies of #117EE6
Complementary color
Monochromatic Colors of #117EE6
Black with #117EE6
Text Example
Text Example
White with #117EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EE6; }
p { color: rgb(17,126,230); }
H1.HeaderClassName
{
color: #117EE6;
}
.AnyTagClassName
{
color: #117EE6;
}
</style>
background-color css
<style>
a { background-color: #117EE6; }
a { background-color: rgb(17,126,230); }
div.DivClassName
{
background-color: #117EE6;
}
.BgClassName
{
background-color: #117EE6;
}
</style>
border-color css
<style>
span { border-color: #117EE6; }
span { border-color: rgb(17,126,230); }
td.TdClassName
{
border-color: #117EE6;
}
.TagClassName
{
border-color: #117EE6;
}
</style>