Shades of Dodger Blue #118FDE
Tints of Dodger Blue #118FDE
RGB
CMYK
RGB Variations
Color information
#118FDE (or 0x118FDE) is known color: Dodger Blue. HEX triplet: 11, 8F and DE. RGB value is (17,143,222). Sum of RGB (Red+Green+Blue) = 17+143+222=382 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.45% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 222 (87.11% from 255 or 58.12% from 382); Max value from RGB is 222 - color contains mainly: blue. Hex color #118FDE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118FDE is #EE7021. Grayscale: #717171. Windows color (decimal): -15626274 or 14585617. OLE color: 14585617.
HSL color Cylindrical-coordinate representation of color #118FDE: hue angle of 203.12º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #118FDE is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 143 | 222 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.13 |
| HSL | 203.12º | 0.86% | 0.47% | - |
| HSV(B) | 203.12º | 0.92% | 0.87% | - |
| XYZ | 23.24 | 25.04 | 72.72 | - |
| YUV | 114.33 | 188.76 | 58.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 143 | 222 | 0.92 | 0.36 | 0 | 0.13 | 203.12 | 0.86 | 0.47 |
| Hex | 11 | 8F | DE | 5C | 24 | 0 | D | CB | 56 | 2F |
| Octal | 21 | 217 | 336 | 134 | 44 | 0 | 15 | 313 | 126 | 57 |
| Binary | 10001 | 10001111 | 11011110 | 1011100 | 100100 | 0 | 1101 | 11001011 | 1010110 | 101111 |
Color Harmonies of #118FDE
Complementary color
Monochromatic Colors of #118FDE
Black with #118FDE
Text Example
Text Example
White with #118FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118FDE; }
p { color: rgb(17,143,222); }
H1.HeaderClassName
{
color: #118FDE;
}
.AnyTagClassName
{
color: #118FDE;
}
</style>
background-color css
<style>
a { background-color: #118FDE; }
a { background-color: rgb(17,143,222); }
div.DivClassName
{
background-color: #118FDE;
}
.BgClassName
{
background-color: #118FDE;
}
</style>
border-color css
<style>
span { border-color: #118FDE; }
span { border-color: rgb(17,143,222); }
td.TdClassName
{
border-color: #118FDE;
}
.TagClassName
{
border-color: #118FDE;
}
</style>