Shades of Dodger Blue #117AE6
Tints of Dodger Blue #117AE6
RGB
CMYK
RGB Variations
Color information
#117AE6 (or 0x117AE6) is known color: Dodger Blue. HEX triplet: 11, 7A and E6. RGB value is (17,122,230). Sum of RGB (Red+Green+Blue) = 17+122+230=369 (48% of max value = 765). Red value is 17 (7.03% from 255 or 4.61% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 230 (90.23% from 255 or 62.33% from 369); Max value from RGB is 230 - color contains mainly: blue. Hex color #117AE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117AE6 is #EE8519. Grayscale: #666666. Windows color (decimal): -15631642 or 15104529. OLE color: 15104529.
HSL color Cylindrical-coordinate representation of color #117AE6: hue angle of 210.42º 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 #117AE6 is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 122 | 230 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.10 |
| HSL | 210.42º | 0.86% | 0.48% | - |
| HSV(B) | 210.42º | 0.93% | 0.9% | - |
| XYZ | 21.47 | 19.75 | 77.54 | - |
| YUV | 102.92 | 199.71 | 66.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 122 | 230 | 0.93 | 0.47 | 0 | 0.10 | 210.42 | 0.86 | 0.48 |
| Hex | 11 | 7A | E6 | 5D | 2F | 0 | A | D2 | 56 | 30 |
| Octal | 21 | 172 | 346 | 135 | 57 | 0 | 12 | 322 | 126 | 60 |
| Binary | 10001 | 1111010 | 11100110 | 1011101 | 101111 | 0 | 1010 | 11010010 | 1010110 | 110000 |
Color Harmonies of #117AE6
Complementary color
Monochromatic Colors of #117AE6
Black with #117AE6
Text Example
Text Example
White with #117AE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117AE6; }
p { color: rgb(17,122,230); }
H1.HeaderClassName
{
color: #117AE6;
}
.AnyTagClassName
{
color: #117AE6;
}
</style>
background-color css
<style>
a { background-color: #117AE6; }
a { background-color: rgb(17,122,230); }
div.DivClassName
{
background-color: #117AE6;
}
.BgClassName
{
background-color: #117AE6;
}
</style>
border-color css
<style>
span { border-color: #117AE6; }
span { border-color: rgb(17,122,230); }
td.TdClassName
{
border-color: #117AE6;
}
.TagClassName
{
border-color: #117AE6;
}
</style>