Shades of Dodger Blue #117BEC
Tints of Dodger Blue #117BEC
RGB
CMYK
RGB Variations
Color information
#117BEC (or 0x117BEC) is known color: Dodger Blue. HEX triplet: 11, 7B and EC. RGB value is (17,123,236). Sum of RGB (Red+Green+Blue) = 17+123+236=376 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.52% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 236 (92.58% from 255 or 62.77% from 376); Max value from RGB is 236 - color contains mainly: blue. Hex color #117BEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117BEC is #EE8413. Grayscale: #676767. Windows color (decimal): -15631380 or 15498001. OLE color: 15498001.
HSL color Cylindrical-coordinate representation of color #117BEC: hue angle of 210.96º 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 #117BEC is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 123 | 236 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.07 |
| HSL | 210.96º | 0.87% | 0.5% | - |
| HSV(B) | 210.96º | 0.93% | 0.93% | - |
| XYZ | 22.45 | 20.34 | 82.1 | - |
| YUV | 104.19 | 202.38 | 65.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 123 | 236 | 0.93 | 0.48 | 0 | 0.07 | 210.96 | 0.87 | 0.5 |
| Hex | 11 | 7B | EC | 5D | 30 | 0 | 7 | D3 | 57 | 32 |
| Octal | 21 | 173 | 354 | 135 | 60 | 0 | 7 | 323 | 127 | 62 |
| Binary | 10001 | 1111011 | 11101100 | 1011101 | 110000 | 0 | 111 | 11010011 | 1010111 | 110010 |
Color Harmonies of #117BEC
Complementary color
Monochromatic Colors of #117BEC
Black with #117BEC
Text Example
Text Example
White with #117BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117BEC; }
p { color: rgb(17,123,236); }
H1.HeaderClassName
{
color: #117BEC;
}
.AnyTagClassName
{
color: #117BEC;
}
</style>
background-color css
<style>
a { background-color: #117BEC; }
a { background-color: rgb(17,123,236); }
div.DivClassName
{
background-color: #117BEC;
}
.BgClassName
{
background-color: #117BEC;
}
</style>
border-color css
<style>
span { border-color: #117BEC; }
span { border-color: rgb(17,123,236); }
td.TdClassName
{
border-color: #117BEC;
}
.TagClassName
{
border-color: #117BEC;
}
</style>