Shades of Dodger Blue #118FE9
Tints of Dodger Blue #118FE9
RGB
CMYK
RGB Variations
Color information
#118FE9 (or 0x118FE9) is known color: Dodger Blue. HEX triplet: 11, 8F and E9. RGB value is (17,143,233). Sum of RGB (Red+Green+Blue) = 17+143+233=393 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.33% from 393); Green value is 143 (56.25% from 255 or 36.39% from 393); Blue value is 233 (91.41% from 255 or 59.29% from 393); Max value from RGB is 233 - color contains mainly: blue. Hex color #118FE9 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FE9 is #EE7016. Grayscale: #737373. Windows color (decimal): -15626263 or 15306513. OLE color: 15306513.
HSL color Cylindrical-coordinate representation of color #118FE9: hue angle of 205º 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 #118FE9 is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 17 | 143 | 233 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.09 |
| HSL | 205º | 0.86% | 0.49% | - |
| HSV(B) | 205º | 0.93% | 0.91% | - |
| XYZ | 24.76 | 25.65 | 80.74 | - |
| YUV | 115.59 | 194.26 | 57.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 233 | 0.93 | 0.39 | 0 | 0.09 | 205 | 0.86 | 0.49 |
| Hex | 11 | 8F | E9 | 5D | 27 | 0 | 9 | CD | 56 | 31 |
| Octal | 21 | 217 | 351 | 135 | 47 | 0 | 11 | 315 | 126 | 61 |
| Binary | 10001 | 10001111 | 11101001 | 1011101 | 100111 | 0 | 1001 | 11001101 | 1010110 | 110001 |
Color Harmonies of #118FE9
Complementary color
Monochromatic Colors of #118FE9
Black with #118FE9
Text Example
Text Example
White with #118FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FE9; }
p { color: rgb(17,143,233); }
H1.HeaderClassName
{
color: #118FE9;
}
.AnyTagClassName
{
color: #118FE9;
}
</style>
background-color css
<style>
a { background-color: #118FE9; }
a { background-color: rgb(17,143,233); }
div.DivClassName
{
background-color: #118FE9;
}
.BgClassName
{
background-color: #118FE9;
}
</style>
border-color css
<style>
span { border-color: #118FE9; }
span { border-color: rgb(17,143,233); }
td.TdClassName
{
border-color: #118FE9;
}
.TagClassName
{
border-color: #118FE9;
}
</style>