Shades of Dodger Blue #117FE2
Tints of Dodger Blue #117FE2
RGB
CMYK
RGB Variations
Color information
#117FE2 (or 0x117FE2) is known color: Dodger Blue. HEX triplet: 11, 7F and E2. RGB value is (17,127,226). Sum of RGB (Red+Green+Blue) = 17+127+226=370 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.59% from 370); Green value is 127 (50% from 255 or 34.32% from 370); Blue value is 226 (88.67% from 255 or 61.08% from 370); Max value from RGB is 226 - color contains mainly: blue. Hex color #117FE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FE2 is #EE801D. Grayscale: #686868. Windows color (decimal): -15630366 or 14843665. OLE color: 14843665.
HSL color Cylindrical-coordinate representation of color #117FE2: hue angle of 208.42º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #117FE2 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 127 | 226 | - |
| CMYK | 0.92 | 0.44 | 0 | 0.11 |
| HSL | 208.42º | 0.86% | 0.48% | - |
| HSV(B) | 208.42º | 0.92% | 0.89% | - |
| XYZ | 21.55 | 20.79 | 74.83 | - |
| YUV | 105.4 | 196.06 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 226 | 0.92 | 0.44 | 0 | 0.11 | 208.42 | 0.86 | 0.48 |
| Hex | 11 | 7F | E2 | 5C | 2C | 0 | B | D0 | 56 | 30 |
| Octal | 21 | 177 | 342 | 134 | 54 | 0 | 13 | 320 | 126 | 60 |
| Binary | 10001 | 1111111 | 11100010 | 1011100 | 101100 | 0 | 1011 | 11010000 | 1010110 | 110000 |
Color Harmonies of #117FE2
Complementary color
Monochromatic Colors of #117FE2
Black with #117FE2
Text Example
Text Example
White with #117FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FE2; }
p { color: rgb(17,127,226); }
H1.HeaderClassName
{
color: #117FE2;
}
.AnyTagClassName
{
color: #117FE2;
}
</style>
background-color css
<style>
a { background-color: #117FE2; }
a { background-color: rgb(17,127,226); }
div.DivClassName
{
background-color: #117FE2;
}
.BgClassName
{
background-color: #117FE2;
}
</style>
border-color css
<style>
span { border-color: #117FE2; }
span { border-color: rgb(17,127,226); }
td.TdClassName
{
border-color: #117FE2;
}
.TagClassName
{
border-color: #117FE2;
}
</style>