Shades of Dodger Blue #118CEB
Tints of Dodger Blue #118CEB
RGB
CMYK
RGB Variations
Color information
#118CEB (or 0x118CEB) is known color: Dodger Blue. HEX triplet: 11, 8C and EB. RGB value is (17,140,235). Sum of RGB (Red+Green+Blue) = 17+140+235=392 (51% of max value = 765). Red value is 17 (7.03% from 255 or 4.34% from 392); Green value is 140 (55.08% from 255 or 35.71% from 392); Blue value is 235 (92.19% from 255 or 59.95% from 392); Max value from RGB is 235 - color contains mainly: blue. Hex color #118CEB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #118CEB is #EE7314. Grayscale: #717171. Windows color (decimal): -15627029 or 15436817. OLE color: 15436817.
HSL color Cylindrical-coordinate representation of color #118CEB: hue angle of 206.15º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #118CEB is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 17 | 140 | 235 | - |
| CMYK | 0.93 | 0.40 | 0 | 0.08 |
| HSL | 206.15º | 0.87% | 0.49% | - |
| HSV(B) | 206.15º | 0.93% | 0.92% | - |
| XYZ | 24.6 | 24.87 | 82.1 | - |
| YUV | 114.05 | 196.25 | 58.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 140 | 235 | 0.93 | 0.40 | 0 | 0.08 | 206.15 | 0.87 | 0.49 |
| Hex | 11 | 8C | EB | 5D | 28 | 0 | 8 | CE | 57 | 31 |
| Octal | 21 | 214 | 353 | 135 | 50 | 0 | 10 | 316 | 127 | 61 |
| Binary | 10001 | 10001100 | 11101011 | 1011101 | 101000 | 0 | 1000 | 11001110 | 1010111 | 110001 |
Color Harmonies of #118CEB
Complementary color
Monochromatic Colors of #118CEB
Black with #118CEB
Text Example
Text Example
White with #118CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118CEB; }
p { color: rgb(17,140,235); }
H1.HeaderClassName
{
color: #118CEB;
}
.AnyTagClassName
{
color: #118CEB;
}
</style>
background-color css
<style>
a { background-color: #118CEB; }
a { background-color: rgb(17,140,235); }
div.DivClassName
{
background-color: #118CEB;
}
.BgClassName
{
background-color: #118CEB;
}
</style>
border-color css
<style>
span { border-color: #118CEB; }
span { border-color: rgb(17,140,235); }
td.TdClassName
{
border-color: #118CEB;
}
.TagClassName
{
border-color: #118CEB;
}
</style>