Shades of Dodger Blue #118DDF
Tints of Dodger Blue #118DDF
RGB
CMYK
RGB Variations
Color information
#118DDF (or 0x118DDF) is known color: Dodger Blue. HEX triplet: 11, 8D and DF. RGB value is (17,141,223). Sum of RGB (Red+Green+Blue) = 17+141+223=381 (50% of max value = 765). Red value is 17 (7.03% from 255 or 4.46% from 381); Green value is 141 (55.47% from 255 or 37.01% from 381); Blue value is 223 (87.5% from 255 or 58.53% from 381); Max value from RGB is 223 - color contains mainly: blue. Hex color #118DDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118DDF is #EE7220. Grayscale: #707070. Windows color (decimal): -15626785 or 14650641. OLE color: 14650641.
HSL color Cylindrical-coordinate representation of color #118DDF: hue angle of 203.88º 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 #118DDF is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 141 | 223 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.13 |
| HSL | 203.88º | 0.86% | 0.47% | - |
| HSV(B) | 203.88º | 0.92% | 0.87% | - |
| XYZ | 23.08 | 24.5 | 73.32 | - |
| YUV | 113.27 | 189.92 | 59.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 141 | 223 | 0.92 | 0.37 | 0 | 0.13 | 203.88 | 0.86 | 0.47 |
| Hex | 11 | 8D | DF | 5C | 25 | 0 | D | CC | 56 | 2F |
| Octal | 21 | 215 | 337 | 134 | 45 | 0 | 15 | 314 | 126 | 57 |
| Binary | 10001 | 10001101 | 11011111 | 1011100 | 100101 | 0 | 1101 | 11001100 | 1010110 | 101111 |
Color Harmonies of #118DDF
Complementary color
Monochromatic Colors of #118DDF
Black with #118DDF
Text Example
Text Example
White with #118DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118DDF; }
p { color: rgb(17,141,223); }
H1.HeaderClassName
{
color: #118DDF;
}
.AnyTagClassName
{
color: #118DDF;
}
</style>
background-color css
<style>
a { background-color: #118DDF; }
a { background-color: rgb(17,141,223); }
div.DivClassName
{
background-color: #118DDF;
}
.BgClassName
{
background-color: #118DDF;
}
</style>
border-color css
<style>
span { border-color: #118DDF; }
span { border-color: rgb(17,141,223); }
td.TdClassName
{
border-color: #118DDF;
}
.TagClassName
{
border-color: #118DDF;
}
</style>