Shades of Dodger Blue #118BE0
Tints of Dodger Blue #118BE0
RGB
CMYK
RGB Variations
Color information
#118BE0 (or 0x118BE0) is known color: Dodger Blue. HEX triplet: 11, 8B and E0. RGB value is (17,139,224). Sum of RGB (Red+Green+Blue) = 17+139+224=380 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 224 (87.89% from 255 or 58.95% from 380); Max value from RGB is 224 - color contains mainly: blue. Hex color #118BE0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BE0 is #EE741F. Grayscale: #6F6F6F. Windows color (decimal): -15627296 or 14715665. OLE color: 14715665.
HSL color Cylindrical-coordinate representation of color #118BE0: hue angle of 204.64º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118BE0 is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 17 | 139 | 224 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.12 |
| HSL | 204.64º | 0.86% | 0.47% | - |
| HSV(B) | 204.64º | 0.92% | 0.88% | - |
| XYZ | 22.92 | 23.97 | 73.94 | - |
| YUV | 112.21 | 191.08 | 60.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 224 | 0.92 | 0.38 | 0 | 0.12 | 204.64 | 0.86 | 0.47 |
| Hex | 11 | 8B | E0 | 5C | 26 | 0 | C | CD | 56 | 2F |
| Octal | 21 | 213 | 340 | 134 | 46 | 0 | 14 | 315 | 126 | 57 |
| Binary | 10001 | 10001011 | 11100000 | 1011100 | 100110 | 0 | 1100 | 11001101 | 1010110 | 101111 |
Color Harmonies of #118BE0
Complementary color
Monochromatic Colors of #118BE0
Black with #118BE0
Text Example
Text Example
White with #118BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BE0; }
p { color: rgb(17,139,224); }
H1.HeaderClassName
{
color: #118BE0;
}
.AnyTagClassName
{
color: #118BE0;
}
</style>
background-color css
<style>
a { background-color: #118BE0; }
a { background-color: rgb(17,139,224); }
div.DivClassName
{
background-color: #118BE0;
}
.BgClassName
{
background-color: #118BE0;
}
</style>
border-color css
<style>
span { border-color: #118BE0; }
span { border-color: rgb(17,139,224); }
td.TdClassName
{
border-color: #118BE0;
}
.TagClassName
{
border-color: #118BE0;
}
</style>