Shades of Dodger Blue #118CEE
Tints of Dodger Blue #118CEE
RGB
CMYK
RGB Variations
Color information
#118CEE (or 0x118CEE) is known color: Dodger Blue. HEX triplet: 11, 8C and EE. RGB value is (17,140,238). Sum of RGB (Red+Green+Blue) = 17+140+238=395 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.30% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #118CEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CEE is #EE7311. Grayscale: #717171. Windows color (decimal): -15627026 or 15633425. OLE color: 15633425.
HSL color Cylindrical-coordinate representation of color #118CEE: hue angle of 206.61º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CEE is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 140 | 238 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.07 |
| HSL | 206.61º | 0.87% | 0.5% | - |
| HSV(B) | 206.61º | 0.93% | 0.93% | - |
| XYZ | 25.04 | 25.05 | 84.4 | - |
| YUV | 114.4 | 197.75 | 58.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 238 | 0.93 | 0.41 | 0 | 0.07 | 206.61 | 0.87 | 0.5 |
| Hex | 11 | 8C | EE | 5D | 29 | 0 | 7 | CF | 57 | 32 |
| Octal | 21 | 214 | 356 | 135 | 51 | 0 | 7 | 317 | 127 | 62 |
| Binary | 10001 | 10001100 | 11101110 | 1011101 | 101001 | 0 | 111 | 11001111 | 1010111 | 110010 |
Color Harmonies of #118CEE
Complementary color
Monochromatic Colors of #118CEE
Black with #118CEE
Text Example
Text Example
White with #118CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CEE; }
p { color: rgb(17,140,238); }
H1.HeaderClassName
{
color: #118CEE;
}
.AnyTagClassName
{
color: #118CEE;
}
</style>
background-color css
<style>
a { background-color: #118CEE; }
a { background-color: rgb(17,140,238); }
div.DivClassName
{
background-color: #118CEE;
}
.BgClassName
{
background-color: #118CEE;
}
</style>
border-color css
<style>
span { border-color: #118CEE; }
span { border-color: rgb(17,140,238); }
td.TdClassName
{
border-color: #118CEE;
}
.TagClassName
{
border-color: #118CEE;
}
</style>