Shades of Dodger Blue #117FEC
Tints of Dodger Blue #117FEC
RGB
CMYK
RGB Variations
Color information
#117FEC (or 0x117FEC) is known color: Dodger Blue. HEX triplet: 11, 7F and EC. RGB value is (17,127,236). Sum of RGB (Red+Green+Blue) = 17+127+236=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 127 (50% from 255 or 33.42% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #117FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117FEC is #EE8013. Grayscale: #696969. Windows color (decimal): -15630356 or 15499025. OLE color: 15499025.
HSL color Cylindrical-coordinate representation of color #117FEC: hue angle of 209.86º 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 #117FEC is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 127 | 236 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.07 |
| HSL | 209.86º | 0.87% | 0.5% | - |
| HSV(B) | 209.86º | 0.93% | 0.93% | - |
| XYZ | 22.96 | 21.35 | 82.27 | - |
| YUV | 106.54 | 201.06 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 236 | 0.93 | 0.46 | 0 | 0.07 | 209.86 | 0.87 | 0.5 |
| Hex | 11 | 7F | EC | 5D | 2E | 0 | 7 | D2 | 57 | 32 |
| Octal | 21 | 177 | 354 | 135 | 56 | 0 | 7 | 322 | 127 | 62 |
| Binary | 10001 | 1111111 | 11101100 | 1011101 | 101110 | 0 | 111 | 11010010 | 1010111 | 110010 |
Color Harmonies of #117FEC
Complementary color
Monochromatic Colors of #117FEC
Black with #117FEC
Text Example
Text Example
White with #117FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FEC; }
p { color: rgb(17,127,236); }
H1.HeaderClassName
{
color: #117FEC;
}
.AnyTagClassName
{
color: #117FEC;
}
</style>
background-color css
<style>
a { background-color: #117FEC; }
a { background-color: rgb(17,127,236); }
div.DivClassName
{
background-color: #117FEC;
}
.BgClassName
{
background-color: #117FEC;
}
</style>
border-color css
<style>
span { border-color: #117FEC; }
span { border-color: rgb(17,127,236); }
td.TdClassName
{
border-color: #117FEC;
}
.TagClassName
{
border-color: #117FEC;
}
</style>