Shades of Dodger Blue #117AEC
Tints of Dodger Blue #117AEC
RGB
CMYK
RGB Variations
Color information
#117AEC (or 0x117AEC) is known color: Dodger Blue. HEX triplet: 11, 7A and EC. RGB value is (17,122,236). Sum of RGB (Red+Green+Blue) = 17+122+236=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 236 (92.58% from 255 or 62.93% from 375); Max value from RGB is 236 - color contains mainly: blue. Hex color #117AEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AEC is #EE8513. Grayscale: #676767. Windows color (decimal): -15631636 or 15497745. OLE color: 15497745.
HSL color Cylindrical-coordinate representation of color #117AEC: hue angle of 211.23º 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 #117AEC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 122 | 236 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.07 |
| HSL | 211.23º | 0.87% | 0.5% | - |
| HSV(B) | 211.23º | 0.93% | 0.93% | - |
| XYZ | 22.33 | 20.09 | 82.06 | - |
| YUV | 103.6 | 202.71 | 66.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 236 | 0.93 | 0.48 | 0 | 0.07 | 211.23 | 0.87 | 0.5 |
| Hex | 11 | 7A | EC | 5D | 30 | 0 | 7 | D3 | 57 | 32 |
| Octal | 21 | 172 | 354 | 135 | 60 | 0 | 7 | 323 | 127 | 62 |
| Binary | 10001 | 1111010 | 11101100 | 1011101 | 110000 | 0 | 111 | 11010011 | 1010111 | 110010 |
Color Harmonies of #117AEC
Complementary color
Monochromatic Colors of #117AEC
Black with #117AEC
Text Example
Text Example
White with #117AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AEC; }
p { color: rgb(17,122,236); }
H1.HeaderClassName
{
color: #117AEC;
}
.AnyTagClassName
{
color: #117AEC;
}
</style>
background-color css
<style>
a { background-color: #117AEC; }
a { background-color: rgb(17,122,236); }
div.DivClassName
{
background-color: #117AEC;
}
.BgClassName
{
background-color: #117AEC;
}
</style>
border-color css
<style>
span { border-color: #117AEC; }
span { border-color: rgb(17,122,236); }
td.TdClassName
{
border-color: #117AEC;
}
.TagClassName
{
border-color: #117AEC;
}
</style>