Shades of Dodger Blue #118CEF
Tints of Dodger Blue #118CEF
RGB
CMYK
RGB Variations
Color information
#118CEF (or 0x118CEF) is known color: Dodger Blue. HEX triplet: 11, 8C and EF. RGB value is (17,140,239). Sum of RGB (Red+Green+Blue) = 17+140+239=396 (52% of max value = 765). Red value is 17 (7.03% from 255 or 4.29% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #118CEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CEF is #EE7310. Grayscale: #717171. Windows color (decimal): -15627025 or 15698961. OLE color: 15698961.
HSL color Cylindrical-coordinate representation of color #118CEF: hue angle of 206.76º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CEF is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 17 | 140 | 239 | - |
| CMYK | 0.93 | 0.41 | 0 | 0.06 |
| HSL | 206.76º | 0.87% | 0.5% | - |
| HSV(B) | 206.76º | 0.93% | 0.94% | - |
| XYZ | 25.19 | 25.11 | 85.18 | - |
| YUV | 114.51 | 198.25 | 58.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 239 | 0.93 | 0.41 | 0 | 0.06 | 206.76 | 0.87 | 0.5 |
| Hex | 11 | 8C | EF | 5D | 29 | 0 | 6 | CF | 57 | 32 |
| Octal | 21 | 214 | 357 | 135 | 51 | 0 | 6 | 317 | 127 | 62 |
| Binary | 10001 | 10001100 | 11101111 | 1011101 | 101001 | 0 | 110 | 11001111 | 1010111 | 110010 |
Color Harmonies of #118CEF
Complementary color
Monochromatic Colors of #118CEF
Black with #118CEF
Text Example
Text Example
White with #118CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CEF; }
p { color: rgb(17,140,239); }
H1.HeaderClassName
{
color: #118CEF;
}
.AnyTagClassName
{
color: #118CEF;
}
</style>
background-color css
<style>
a { background-color: #118CEF; }
a { background-color: rgb(17,140,239); }
div.DivClassName
{
background-color: #118CEF;
}
.BgClassName
{
background-color: #118CEF;
}
</style>
border-color css
<style>
span { border-color: #118CEF; }
span { border-color: rgb(17,140,239); }
td.TdClassName
{
border-color: #118CEF;
}
.TagClassName
{
border-color: #118CEF;
}
</style>