Shades of Dodger Blue #118BDD
Tints of Dodger Blue #118BDD
RGB
CMYK
RGB Variations
Color information
#118BDD (or 0x118BDD) is known color: Dodger Blue. HEX triplet: 11, 8B and DD. RGB value is (17,139,221). Sum of RGB (Red+Green+Blue) = 17+139+221=377 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.51% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 221 (86.72% from 255 or 58.62% from 377); Max value from RGB is 221 - color contains mainly: blue. Hex color #118BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #118BDD is #EE7422. Grayscale: #6F6F6F. Windows color (decimal): -15627299 or 14519057. OLE color: 14519057.
HSL color Cylindrical-coordinate representation of color #118BDD: hue angle of 204.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 #118BDD is Cyan = 0.92, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 17 | 139 | 221 | - |
| CMYK | 0.92 | 0.37 | 0 | 0.13 |
| HSL | 204.12º | 0.86% | 0.47% | - |
| HSV(B) | 204.12º | 0.92% | 0.87% | - |
| XYZ | 22.51 | 23.8 | 71.81 | - |
| YUV | 111.87 | 189.58 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 139 | 221 | 0.92 | 0.37 | 0 | 0.13 | 204.12 | 0.86 | 0.47 |
| Hex | 11 | 8B | DD | 5C | 25 | 0 | D | CC | 56 | 2F |
| Octal | 21 | 213 | 335 | 134 | 45 | 0 | 15 | 314 | 126 | 57 |
| Binary | 10001 | 10001011 | 11011101 | 1011100 | 100101 | 0 | 1101 | 11001100 | 1010110 | 101111 |
Color Harmonies of #118BDD
Complementary color
Monochromatic Colors of #118BDD
Black with #118BDD
Text Example
Text Example
White with #118BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #118BDD; }
p { color: rgb(17,139,221); }
H1.HeaderClassName
{
color: #118BDD;
}
.AnyTagClassName
{
color: #118BDD;
}
</style>
background-color css
<style>
a { background-color: #118BDD; }
a { background-color: rgb(17,139,221); }
div.DivClassName
{
background-color: #118BDD;
}
.BgClassName
{
background-color: #118BDD;
}
</style>
border-color css
<style>
span { border-color: #118BDD; }
span { border-color: rgb(17,139,221); }
td.TdClassName
{
border-color: #118BDD;
}
.TagClassName
{
border-color: #118BDD;
}
</style>