Shades of Dodger Blue #117CE6
Tints of Dodger Blue #117CE6
RGB
CMYK
RGB Variations
Color information
#117CE6 (or 0x117CE6) is known color: Dodger Blue. HEX triplet: 11, 7C and E6. RGB value is (17,124,230). Sum of RGB (Red+Green+Blue) = 17+124+230=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 230 (90.23% from 255 or 61.99% from 371); Max value from RGB is 230 - color contains mainly: blue. Hex color #117CE6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CE6 is #EE8319. Grayscale: #676767. Windows color (decimal): -15631130 or 15105041. OLE color: 15105041.
HSL color Cylindrical-coordinate representation of color #117CE6: hue angle of 209.86º 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 #117CE6 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 17 | 124 | 230 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.10 |
| HSL | 209.86º | 0.86% | 0.48% | - |
| HSV(B) | 209.86º | 0.93% | 0.9% | - |
| XYZ | 21.72 | 20.25 | 77.63 | - |
| YUV | 104.09 | 199.05 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 230 | 0.93 | 0.46 | 0 | 0.10 | 209.86 | 0.86 | 0.48 |
| Hex | 11 | 7C | E6 | 5D | 2E | 0 | A | D2 | 56 | 30 |
| Octal | 21 | 174 | 346 | 135 | 56 | 0 | 12 | 322 | 126 | 60 |
| Binary | 10001 | 1111100 | 11100110 | 1011101 | 101110 | 0 | 1010 | 11010010 | 1010110 | 110000 |
Color Harmonies of #117CE6
Complementary color
Monochromatic Colors of #117CE6
Black with #117CE6
Text Example
Text Example
White with #117CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CE6; }
p { color: rgb(17,124,230); }
H1.HeaderClassName
{
color: #117CE6;
}
.AnyTagClassName
{
color: #117CE6;
}
</style>
background-color css
<style>
a { background-color: #117CE6; }
a { background-color: rgb(17,124,230); }
div.DivClassName
{
background-color: #117CE6;
}
.BgClassName
{
background-color: #117CE6;
}
</style>
border-color css
<style>
span { border-color: #117CE6; }
span { border-color: rgb(17,124,230); }
td.TdClassName
{
border-color: #117CE6;
}
.TagClassName
{
border-color: #117CE6;
}
</style>