Shades of Dodger Blue #117EFF
Tints of Dodger Blue #117EFF
RGB
CMYK
RGB Variations
Color information
#117EFF (or 0x117EFF) is known color: Dodger Blue. HEX triplet: 11, 7E and FF. RGB value is (17,126,255). Sum of RGB (Red+Green+Blue) = 17+126+255=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #117EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EFF is #EE8100. Grayscale: #6B6B6B. Windows color (decimal): -15630593 or 16743953. OLE color: 16743953.
HSL color Cylindrical-coordinate representation of color #117EFF: hue angle of 212.52º 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 #117EFF is Cyan = 0.93, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 17 | 126 | 255 | - |
| CMYK | 0.93 | 0.51 | 0 | 0 |
| HSL | 212.52º | 1% | 0.53% | - |
| HSV(B) | 212.52º | 0.93% | 1% | - |
| XYZ | 25.74 | 22.26 | 97.55 | - |
| YUV | 108.12 | 210.89 | 63.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 255 | 0.93 | 0.51 | 0 | 0 | 212.52 | 1 | 0.53 |
| Hex | 11 | 7E | FF | 5D | 33 | 0 | 0 | D5 | 64 | 35 |
| Octal | 21 | 176 | 377 | 135 | 63 | 0 | 0 | 325 | 144 | 65 |
| Binary | 10001 | 1111110 | 11111111 | 1011101 | 110011 | 0 | 0 | 11010101 | 1100100 | 110101 |
Color Harmonies of #117EFF
Complementary color
Monochromatic Colors of #117EFF
Black with #117EFF
Text Example
Text Example
White with #117EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EFF; }
p { color: rgb(17,126,255); }
H1.HeaderClassName
{
color: #117EFF;
}
.AnyTagClassName
{
color: #117EFF;
}
</style>
background-color css
<style>
a { background-color: #117EFF; }
a { background-color: rgb(17,126,255); }
div.DivClassName
{
background-color: #117EFF;
}
.BgClassName
{
background-color: #117EFF;
}
</style>
border-color css
<style>
span { border-color: #117EFF; }
span { border-color: rgb(17,126,255); }
td.TdClassName
{
border-color: #117EFF;
}
.TagClassName
{
border-color: #117EFF;
}
</style>