Shades of Dodger Blue #117DEE
Tints of Dodger Blue #117DEE
RGB
CMYK
RGB Variations
Color information
#117DEE (or 0x117DEE) is known color: Dodger Blue. HEX triplet: 11, 7D and EE. RGB value is (17,125,238). Sum of RGB (Red+Green+Blue) = 17+125+238=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 238 (93.36% from 255 or 62.63% from 380); Max value from RGB is 238 - color contains mainly: blue. Hex color #117DEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117DEE is #EE8211. Grayscale: #696969. Windows color (decimal): -15630866 or 15629585. OLE color: 15629585.
HSL color Cylindrical-coordinate representation of color #117DEE: hue angle of 210.68º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117DEE is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 125 | 238 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.07 |
| HSL | 210.68º | 0.87% | 0.5% | - |
| HSV(B) | 210.68º | 0.93% | 0.93% | - |
| XYZ | 23 | 20.96 | 83.72 | - |
| YUV | 105.59 | 202.72 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 125 | 238 | 0.93 | 0.47 | 0 | 0.07 | 210.68 | 0.87 | 0.5 |
| Hex | 11 | 7D | EE | 5D | 2F | 0 | 7 | D3 | 57 | 32 |
| Octal | 21 | 175 | 356 | 135 | 57 | 0 | 7 | 323 | 127 | 62 |
| Binary | 10001 | 1111101 | 11101110 | 1011101 | 101111 | 0 | 111 | 11010011 | 1010111 | 110010 |
Color Harmonies of #117DEE
Complementary color
Monochromatic Colors of #117DEE
Black with #117DEE
Text Example
Text Example
White with #117DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117DEE; }
p { color: rgb(17,125,238); }
H1.HeaderClassName
{
color: #117DEE;
}
.AnyTagClassName
{
color: #117DEE;
}
</style>
background-color css
<style>
a { background-color: #117DEE; }
a { background-color: rgb(17,125,238); }
div.DivClassName
{
background-color: #117DEE;
}
.BgClassName
{
background-color: #117DEE;
}
</style>
border-color css
<style>
span { border-color: #117DEE; }
span { border-color: rgb(17,125,238); }
td.TdClassName
{
border-color: #117DEE;
}
.TagClassName
{
border-color: #117DEE;
}
</style>