Shades of Dodger Blue #118FE7
Tints of Dodger Blue #118FE7
RGB
CMYK
RGB Variations
Color information
#118FE7 (or 0x118FE7) is known color: Dodger Blue. HEX triplet: 11, 8F and E7. RGB value is (17,143,231). Sum of RGB (Red+Green+Blue) = 17+143+231=391 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.35% from 391); Green value is 143 (56.25% from 255 or 36.57% from 391); Blue value is 231 (90.62% from 255 or 59.08% from 391); Max value from RGB is 231 - color contains mainly: blue. Hex color #118FE7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FE7 is #EE7018. Grayscale: #727272. Windows color (decimal): -15626265 or 15175441. OLE color: 15175441.
HSL color Cylindrical-coordinate representation of color #118FE7: hue angle of 204.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118FE7 is Cyan = 0.93, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 143 | 231 | - |
| CMYK | 0.93 | 0.38 | 0 | 0.09 |
| HSL | 204.67º | 0.86% | 0.49% | - |
| HSV(B) | 204.67º | 0.93% | 0.91% | - |
| XYZ | 24.48 | 25.53 | 79.24 | - |
| YUV | 115.36 | 193.26 | 57.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 231 | 0.93 | 0.38 | 0 | 0.09 | 204.67 | 0.86 | 0.49 |
| Hex | 11 | 8F | E7 | 5D | 26 | 0 | 9 | CD | 56 | 31 |
| Octal | 21 | 217 | 347 | 135 | 46 | 0 | 11 | 315 | 126 | 61 |
| Binary | 10001 | 10001111 | 11100111 | 1011101 | 100110 | 0 | 1001 | 11001101 | 1010110 | 110001 |
Color Harmonies of #118FE7
Complementary color
Monochromatic Colors of #118FE7
Black with #118FE7
Text Example
Text Example
White with #118FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FE7; }
p { color: rgb(17,143,231); }
H1.HeaderClassName
{
color: #118FE7;
}
.AnyTagClassName
{
color: #118FE7;
}
</style>
background-color css
<style>
a { background-color: #118FE7; }
a { background-color: rgb(17,143,231); }
div.DivClassName
{
background-color: #118FE7;
}
.BgClassName
{
background-color: #118FE7;
}
</style>
border-color css
<style>
span { border-color: #118FE7; }
span { border-color: rgb(17,143,231); }
td.TdClassName
{
border-color: #118FE7;
}
.TagClassName
{
border-color: #118FE7;
}
</style>