Shades of Dodger Blue #117FE3
Tints of Dodger Blue #117FE3
RGB
CMYK
RGB Variations
Color information
#117FE3 (or 0x117FE3) is known color: Dodger Blue. HEX triplet: 11, 7F and E3. RGB value is (17,127,227). Sum of RGB (Red+Green+Blue) = 17+127+227=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 127 (50% from 255 or 34.23% from 371); Blue value is 227 (89.06% from 255 or 61.19% from 371); Max value from RGB is 227 - color contains mainly: blue. Hex color #117FE3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #117FE3 is #EE801C. Grayscale: #686868. Windows color (decimal): -15630365 or 14909201. OLE color: 14909201.
HSL color Cylindrical-coordinate representation of color #117FE3: hue angle of 208.57º degrees, saturation: 0.86, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #117FE3 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 17 | 127 | 227 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.11 |
| HSL | 208.57º | 0.86% | 0.48% | - |
| HSV(B) | 208.57º | 0.93% | 0.89% | - |
| XYZ | 21.69 | 20.84 | 75.55 | - |
| YUV | 105.51 | 196.56 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 127 | 227 | 0.93 | 0.44 | 0 | 0.11 | 208.57 | 0.86 | 0.48 |
| Hex | 11 | 7F | E3 | 5D | 2C | 0 | B | D1 | 56 | 30 |
| Octal | 21 | 177 | 343 | 135 | 54 | 0 | 13 | 321 | 126 | 60 |
| Binary | 10001 | 1111111 | 11100011 | 1011101 | 101100 | 0 | 1011 | 11010001 | 1010110 | 110000 |
Color Harmonies of #117FE3
Complementary color
Monochromatic Colors of #117FE3
Black with #117FE3
Text Example
Text Example
White with #117FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #117FE3; }
p { color: rgb(17,127,227); }
H1.HeaderClassName
{
color: #117FE3;
}
.AnyTagClassName
{
color: #117FE3;
}
</style>
background-color css
<style>
a { background-color: #117FE3; }
a { background-color: rgb(17,127,227); }
div.DivClassName
{
background-color: #117FE3;
}
.BgClassName
{
background-color: #117FE3;
}
</style>
border-color css
<style>
span { border-color: #117FE3; }
span { border-color: rgb(17,127,227); }
td.TdClassName
{
border-color: #117FE3;
}
.TagClassName
{
border-color: #117FE3;
}
</style>