Shades of Dodger Blue #118ADC
Tints of Dodger Blue #118ADC
RGB
CMYK
RGB Variations
Color information
#118ADC (or 0x118ADC) is known color: Dodger Blue. HEX triplet: 11, 8A and DC. RGB value is (17,138,220). Sum of RGB (Red+Green+Blue) = 17+138+220=375 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.53% from 375); Green value is 138 (54.30% from 255 or 36.8% from 375); Blue value is 220 (86.33% from 255 or 58.67% from 375); Max value from RGB is 220 - color contains mainly: blue. Hex color #118ADC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118ADC is #EE7523. Grayscale: #6E6E6E. Windows color (decimal): -15627556 or 14453265. OLE color: 14453265.
HSL color Cylindrical-coordinate representation of color #118ADC: hue angle of 204.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118ADC is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 138 | 220 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.14 |
| HSL | 204.24º | 0.86% | 0.46% | - |
| HSV(B) | 204.24º | 0.92% | 0.86% | - |
| XYZ | 22.24 | 23.46 | 71.07 | - |
| YUV | 111.17 | 189.41 | 60.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 138 | 220 | 0.92 | 0.37 | 0 | 0.14 | 204.24 | 0.86 | 0.46 |
| Hex | 11 | 8A | DC | 5C | 25 | 0 | E | CC | 56 | 2E |
| Octal | 21 | 212 | 334 | 134 | 45 | 0 | 16 | 314 | 126 | 56 |
| Binary | 10001 | 10001010 | 11011100 | 1011100 | 100101 | 0 | 1110 | 11001100 | 1010110 | 101110 |
Color Harmonies of #118ADC
Complementary color
Monochromatic Colors of #118ADC
Black with #118ADC
Text Example
Text Example
White with #118ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118ADC; }
p { color: rgb(17,138,220); }
H1.HeaderClassName
{
color: #118ADC;
}
.AnyTagClassName
{
color: #118ADC;
}
</style>
background-color css
<style>
a { background-color: #118ADC; }
a { background-color: rgb(17,138,220); }
div.DivClassName
{
background-color: #118ADC;
}
.BgClassName
{
background-color: #118ADC;
}
</style>
border-color css
<style>
span { border-color: #118ADC; }
span { border-color: rgb(17,138,220); }
td.TdClassName
{
border-color: #118ADC;
}
.TagClassName
{
border-color: #118ADC;
}
</style>