Shades of Dodger Blue #117CE7
Tints of Dodger Blue #117CE7
RGB
CMYK
RGB Variations
Color information
#117CE7 (or 0x117CE7) is known color: Dodger Blue. HEX triplet: 11, 7C and E7. RGB value is (17,124,231). Sum of RGB (Red+Green+Blue) = 17+124+231=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 231 (90.62% from 255 or 62.10% from 372); Max value from RGB is 231 - color contains mainly: blue. Hex color #117CE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CE7 is #EE8318. Grayscale: #676767. Windows color (decimal): -15631129 or 15170577. OLE color: 15170577.
HSL color Cylindrical-coordinate representation of color #117CE7: hue angle of 210º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CE7 is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 124 | 231 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.09 |
| HSL | 210º | 0.86% | 0.49% | - |
| HSV(B) | 210º | 0.93% | 0.91% | - |
| XYZ | 21.86 | 20.3 | 78.37 | - |
| YUV | 104.21 | 199.55 | 65.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 231 | 0.93 | 0.46 | 0 | 0.09 | 210 | 0.86 | 0.49 |
| Hex | 11 | 7C | E7 | 5D | 2E | 0 | 9 | D2 | 56 | 31 |
| Octal | 21 | 174 | 347 | 135 | 56 | 0 | 11 | 322 | 126 | 61 |
| Binary | 10001 | 1111100 | 11100111 | 1011101 | 101110 | 0 | 1001 | 11010010 | 1010110 | 110001 |
Color Harmonies of #117CE7
Complementary color
Monochromatic Colors of #117CE7
Black with #117CE7
Text Example
Text Example
White with #117CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CE7; }
p { color: rgb(17,124,231); }
H1.HeaderClassName
{
color: #117CE7;
}
.AnyTagClassName
{
color: #117CE7;
}
</style>
background-color css
<style>
a { background-color: #117CE7; }
a { background-color: rgb(17,124,231); }
div.DivClassName
{
background-color: #117CE7;
}
.BgClassName
{
background-color: #117CE7;
}
</style>
border-color css
<style>
span { border-color: #117CE7; }
span { border-color: rgb(17,124,231); }
td.TdClassName
{
border-color: #117CE7;
}
.TagClassName
{
border-color: #117CE7;
}
</style>