Shades of Dodger Blue #117EEB
Tints of Dodger Blue #117EEB
RGB
CMYK
RGB Variations
Color information
#117EEB (or 0x117EEB) is known color: Dodger Blue. HEX triplet: 11, 7E and EB. RGB value is (17,126,235). Sum of RGB (Red+Green+Blue) = 17+126+235=378 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.50% from 378); Green value is 126 (49.61% from 255 or 33.33% from 378); Blue value is 235 (92.19% from 255 or 62.17% from 378); Max value from RGB is 235 - color contains mainly: blue. Hex color #117EEB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EEB is #EE8114. Grayscale: #696969. Windows color (decimal): -15630613 or 15433233. OLE color: 15433233.
HSL color Cylindrical-coordinate representation of color #117EEB: hue angle of 210º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EEB is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 126 | 235 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.08 |
| HSL | 210º | 0.87% | 0.49% | - |
| HSV(B) | 210º | 0.93% | 0.92% | - |
| XYZ | 22.69 | 21.04 | 81.46 | - |
| YUV | 105.84 | 200.89 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 235 | 0.93 | 0.46 | 0 | 0.08 | 210 | 0.87 | 0.49 |
| Hex | 11 | 7E | EB | 5D | 2E | 0 | 8 | D2 | 57 | 31 |
| Octal | 21 | 176 | 353 | 135 | 56 | 0 | 10 | 322 | 127 | 61 |
| Binary | 10001 | 1111110 | 11101011 | 1011101 | 101110 | 0 | 1000 | 11010010 | 1010111 | 110001 |
Color Harmonies of #117EEB
Complementary color
Monochromatic Colors of #117EEB
Black with #117EEB
Text Example
Text Example
White with #117EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EEB; }
p { color: rgb(17,126,235); }
H1.HeaderClassName
{
color: #117EEB;
}
.AnyTagClassName
{
color: #117EEB;
}
</style>
background-color css
<style>
a { background-color: #117EEB; }
a { background-color: rgb(17,126,235); }
div.DivClassName
{
background-color: #117EEB;
}
.BgClassName
{
background-color: #117EEB;
}
</style>
border-color css
<style>
span { border-color: #117EEB; }
span { border-color: rgb(17,126,235); }
td.TdClassName
{
border-color: #117EEB;
}
.TagClassName
{
border-color: #117EEB;
}
</style>