Shades of Dodger Blue #118FEE
Tints of Dodger Blue #118FEE
RGB
CMYK
RGB Variations
Color information
#118FEE (or 0x118FEE) is known color: Dodger Blue. HEX triplet: 11, 8F and EE. RGB value is (17,143,238). Sum of RGB (Red+Green+Blue) = 17+143+238=398 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.27% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 238 (93.36% from 255 or 59.80% from 398); Max value from RGB is 238 - color contains mainly: blue. Hex color #118FEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118FEE is #EE7011. Grayscale: #737373. Windows color (decimal): -15626258 or 15634193. OLE color: 15634193.
HSL color Cylindrical-coordinate representation of color #118FEE: hue angle of 205.79º 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 #118FEE is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 17 | 143 | 238 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.07 |
| HSL | 205.79º | 0.87% | 0.5% | - |
| HSV(B) | 205.79º | 0.93% | 0.93% | - |
| XYZ | 25.49 | 25.94 | 84.55 | - |
| YUV | 116.16 | 196.76 | 57.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 238 | 0.93 | 0.40 | 0 | 0.07 | 205.79 | 0.87 | 0.5 |
| Hex | 11 | 8F | EE | 5D | 28 | 0 | 7 | CE | 57 | 32 |
| Octal | 21 | 217 | 356 | 135 | 50 | 0 | 7 | 316 | 127 | 62 |
| Binary | 10001 | 10001111 | 11101110 | 1011101 | 101000 | 0 | 111 | 11001110 | 1010111 | 110010 |
Color Harmonies of #118FEE
Complementary color
Monochromatic Colors of #118FEE
Black with #118FEE
Text Example
Text Example
White with #118FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FEE; }
p { color: rgb(17,143,238); }
H1.HeaderClassName
{
color: #118FEE;
}
.AnyTagClassName
{
color: #118FEE;
}
</style>
background-color css
<style>
a { background-color: #118FEE; }
a { background-color: rgb(17,143,238); }
div.DivClassName
{
background-color: #118FEE;
}
.BgClassName
{
background-color: #118FEE;
}
</style>
border-color css
<style>
span { border-color: #118FEE; }
span { border-color: rgb(17,143,238); }
td.TdClassName
{
border-color: #118FEE;
}
.TagClassName
{
border-color: #118FEE;
}
</style>