Shades of Dodger Blue #117EE3
Tints of Dodger Blue #117EE3
RGB
CMYK
RGB Variations
Color information
#117EE3 (or 0x117EE3) is known color: Dodger Blue. HEX triplet: 11, 7E and E3. RGB value is (17,126,227). Sum of RGB (Red+Green+Blue) = 17+126+227=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 126 (49.61% from 255 or 34.05% from 370); Blue value is 227 (89.06% from 255 or 61.35% from 370); Max value from RGB is 227 - color contains mainly: blue. Hex color #117EE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117EE3 is #EE811C. Grayscale: #686868. Windows color (decimal): -15630621 or 14908945. OLE color: 14908945.
HSL color Cylindrical-coordinate representation of color #117EE3: hue angle of 208.86º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EE3 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 126 | 227 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.11 |
| HSL | 208.86º | 0.86% | 0.48% | - |
| HSV(B) | 208.86º | 0.93% | 0.89% | - |
| XYZ | 21.56 | 20.59 | 75.51 | - |
| YUV | 104.92 | 196.89 | 65.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 227 | 0.93 | 0.44 | 0 | 0.11 | 208.86 | 0.86 | 0.48 |
| Hex | 11 | 7E | E3 | 5D | 2C | 0 | B | D1 | 56 | 30 |
| Octal | 21 | 176 | 343 | 135 | 54 | 0 | 13 | 321 | 126 | 60 |
| Binary | 10001 | 1111110 | 11100011 | 1011101 | 101100 | 0 | 1011 | 11010001 | 1010110 | 110000 |
Color Harmonies of #117EE3
Complementary color
Monochromatic Colors of #117EE3
Black with #117EE3
Text Example
Text Example
White with #117EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EE3; }
p { color: rgb(17,126,227); }
H1.HeaderClassName
{
color: #117EE3;
}
.AnyTagClassName
{
color: #117EE3;
}
</style>
background-color css
<style>
a { background-color: #117EE3; }
a { background-color: rgb(17,126,227); }
div.DivClassName
{
background-color: #117EE3;
}
.BgClassName
{
background-color: #117EE3;
}
</style>
border-color css
<style>
span { border-color: #117EE3; }
span { border-color: rgb(17,126,227); }
td.TdClassName
{
border-color: #117EE3;
}
.TagClassName
{
border-color: #117EE3;
}
</style>