Shades of Dodger Blue #117CFF
Tints of Dodger Blue #117CFF
RGB
CMYK
RGB Variations
Color information
#117CFF (or 0x117CFF) is known color: Dodger Blue. HEX triplet: 11, 7C and FF. RGB value is (17,124,255). Sum of RGB (Red+Green+Blue) = 17+124+255=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 124 (48.83% from 255 or 31.31% from 396); Blue value is 255 (100% from 255 or 64.39% from 396); Max value from RGB is 255 - color contains mainly: blue. Hex color #117CFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117CFF is #EE8300. Grayscale: #6A6A6A. Windows color (decimal): -15631105 or 16743441. OLE color: 16743441.
HSL color Cylindrical-coordinate representation of color #117CFF: hue angle of 213.03º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117CFF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 124 | 255 | - |
| CMYK | 0.93 | 0.51 | 0 | 0 |
| HSL | 213.03º | 1% | 0.53% | - |
| HSV(B) | 213.03º | 0.93% | 1% | - |
| XYZ | 25.49 | 21.75 | 97.46 | - |
| YUV | 106.94 | 211.55 | 63.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 124 | 255 | 0.93 | 0.51 | 0 | 0 | 213.03 | 1 | 0.53 |
| Hex | 11 | 7C | FF | 5D | 33 | 0 | 0 | D5 | 64 | 35 |
| Octal | 21 | 174 | 377 | 135 | 63 | 0 | 0 | 325 | 144 | 65 |
| Binary | 10001 | 1111100 | 11111111 | 1011101 | 110011 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #117CFF
Complementary color
Monochromatic Colors of #117CFF
Black with #117CFF
Text Example
Text Example
White with #117CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117CFF; }
p { color: rgb(17,124,255); }
H1.HeaderClassName
{
color: #117CFF;
}
.AnyTagClassName
{
color: #117CFF;
}
</style>
background-color css
<style>
a { background-color: #117CFF; }
a { background-color: rgb(17,124,255); }
div.DivClassName
{
background-color: #117CFF;
}
.BgClassName
{
background-color: #117CFF;
}
</style>
border-color css
<style>
span { border-color: #117CFF; }
span { border-color: rgb(17,124,255); }
td.TdClassName
{
border-color: #117CFF;
}
.TagClassName
{
border-color: #117CFF;
}
</style>