Shades of Dodger Blue #117EEA
Tints of Dodger Blue #117EEA
RGB
CMYK
RGB Variations
Color information
#117EEA (or 0x117EEA) is known color: Dodger Blue. HEX triplet: 11, 7E and EA. RGB value is (17,126,234). Sum of RGB (Red+Green+Blue) = 17+126+234=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 234 (91.80% from 255 or 62.07% from 377); Max value from RGB is 234 - color contains mainly: blue. Hex color #117EEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EEA is #EE8115. Grayscale: #696969. Windows color (decimal): -15630614 or 15367697. OLE color: 15367697.
HSL color Cylindrical-coordinate representation of color #117EEA: hue angle of 209.86º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EEA is Cyan = 0.93, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 126 | 234 | - |
| CMYK | 0.93 | 0.46 | 0 | 0.08 |
| HSL | 209.86º | 0.86% | 0.49% | - |
| HSV(B) | 209.86º | 0.93% | 0.92% | - |
| XYZ | 22.54 | 20.98 | 80.7 | - |
| YUV | 105.72 | 200.39 | 64.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 234 | 0.93 | 0.46 | 0 | 0.08 | 209.86 | 0.86 | 0.49 |
| Hex | 11 | 7E | EA | 5D | 2E | 0 | 8 | D2 | 56 | 31 |
| Octal | 21 | 176 | 352 | 135 | 56 | 0 | 10 | 322 | 126 | 61 |
| Binary | 10001 | 1111110 | 11101010 | 1011101 | 101110 | 0 | 1000 | 11010010 | 1010110 | 110001 |
Color Harmonies of #117EEA
Complementary color
Monochromatic Colors of #117EEA
Black with #117EEA
Text Example
Text Example
White with #117EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EEA; }
p { color: rgb(17,126,234); }
H1.HeaderClassName
{
color: #117EEA;
}
.AnyTagClassName
{
color: #117EEA;
}
</style>
background-color css
<style>
a { background-color: #117EEA; }
a { background-color: rgb(17,126,234); }
div.DivClassName
{
background-color: #117EEA;
}
.BgClassName
{
background-color: #117EEA;
}
</style>
border-color css
<style>
span { border-color: #117EEA; }
span { border-color: rgb(17,126,234); }
td.TdClassName
{
border-color: #117EEA;
}
.TagClassName
{
border-color: #117EEA;
}
</style>