Shades of Dodger Blue #117EF1
Tints of Dodger Blue #117EF1
RGB
CMYK
RGB Variations
Color information
#117EF1 (or 0x117EF1) is known color: Dodger Blue. HEX triplet: 11, 7E and F1. RGB value is (17,126,241). Sum of RGB (Red+Green+Blue) = 17+126+241=384 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.43% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 241 (94.53% from 255 or 62.76% from 384); Max value from RGB is 241 - color contains mainly: blue. Hex color #117EF1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #117EF1 is #EE810E. Grayscale: #696969. Windows color (decimal): -15630607 or 15826449. OLE color: 15826449.
HSL color Cylindrical-coordinate representation of color #117EF1: hue angle of 210.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117EF1 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 17 | 126 | 241 | - |
| CMYK | 0.93 | 0.48 | 0 | 0.05 |
| HSL | 210.8º | 0.89% | 0.51% | - |
| HSV(B) | 210.8º | 0.93% | 0.95% | - |
| XYZ | 23.57 | 21.39 | 86.11 | - |
| YUV | 106.52 | 203.89 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 126 | 241 | 0.93 | 0.48 | 0 | 0.05 | 210.8 | 0.89 | 0.51 |
| Hex | 11 | 7E | F1 | 5D | 30 | 0 | 5 | D3 | 59 | 33 |
| Octal | 21 | 176 | 361 | 135 | 60 | 0 | 5 | 323 | 131 | 63 |
| Binary | 10001 | 1111110 | 11110001 | 1011101 | 110000 | 0 | 101 | 11010011 | 1011001 | 110011 |
Color Harmonies of #117EF1
Complementary color
Monochromatic Colors of #117EF1
Black with #117EF1
Text Example
Text Example
White with #117EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117EF1; }
p { color: rgb(17,126,241); }
H1.HeaderClassName
{
color: #117EF1;
}
.AnyTagClassName
{
color: #117EF1;
}
</style>
background-color css
<style>
a { background-color: #117EF1; }
a { background-color: rgb(17,126,241); }
div.DivClassName
{
background-color: #117EF1;
}
.BgClassName
{
background-color: #117EF1;
}
</style>
border-color css
<style>
span { border-color: #117EF1; }
span { border-color: rgb(17,126,241); }
td.TdClassName
{
border-color: #117EF1;
}
.TagClassName
{
border-color: #117EF1;
}
</style>