Shades of Dodger Blue #117CEF
Tints of Dodger Blue #117CEF
RGB
CMYK
RGB Variations
Color information
#117CEF (or 0x117CEF) is known color: Dodger Blue. HEX triplet: 11, 7C and EF. RGB value is (17,124,239). Sum of RGB (Red+Green+Blue) = 17+124+239=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 124 (48.83% from 255 or 32.63% from 380); Blue value is 239 (93.75% from 255 or 62.89% from 380); Max value from RGB is 239 - color contains mainly: blue. Hex color #117CEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CEF is #EE8310. Grayscale: #686868. Windows color (decimal): -15631121 or 15694865. OLE color: 15694865.
HSL color Cylindrical-coordinate representation of color #117CEF: hue angle of 211.08º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CEF is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 124 | 239 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.06 |
| HSL | 211.08º | 0.87% | 0.5% | - |
| HSV(B) | 211.08º | 0.93% | 0.94% | - |
| XYZ | 23.02 | 20.77 | 84.46 | - |
| YUV | 105.12 | 203.55 | 65.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 239 | 0.93 | 0.48 | 0 | 0.06 | 211.08 | 0.87 | 0.5 |
| Hex | 11 | 7C | EF | 5D | 30 | 0 | 6 | D3 | 57 | 32 |
| Octal | 21 | 174 | 357 | 135 | 60 | 0 | 6 | 323 | 127 | 62 |
| Binary | 10001 | 1111100 | 11101111 | 1011101 | 110000 | 0 | 110 | 11010011 | 1010111 | 110010 |
Color Harmonies of #117CEF
Complementary color
Monochromatic Colors of #117CEF
Black with #117CEF
Text Example
Text Example
White with #117CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CEF; }
p { color: rgb(17,124,239); }
H1.HeaderClassName
{
color: #117CEF;
}
.AnyTagClassName
{
color: #117CEF;
}
</style>
background-color css
<style>
a { background-color: #117CEF; }
a { background-color: rgb(17,124,239); }
div.DivClassName
{
background-color: #117CEF;
}
.BgClassName
{
background-color: #117CEF;
}
</style>
border-color css
<style>
span { border-color: #117CEF; }
span { border-color: rgb(17,124,239); }
td.TdClassName
{
border-color: #117CEF;
}
.TagClassName
{
border-color: #117CEF;
}
</style>