Shades of Dodger Blue #1187DC
Tints of Dodger Blue #1187DC
RGB
CMYK
RGB Variations
Color information
#1187DC (or 0x1187DC) is known color: Dodger Blue. HEX triplet: 11, 87 and DC. RGB value is (17,135,220). Sum of RGB (Red+Green+Blue) = 17+135+220=372 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.57% from 372); Green value is 135 (53.12% from 255 or 36.29% from 372); Blue value is 220 (86.33% from 255 or 59.14% from 372); Max value from RGB is 220 - color contains mainly: blue. Hex color #1187DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187DC is #EE7823. Grayscale: #6C6C6C. Windows color (decimal): -15628324 or 14452497. OLE color: 14452497.
HSL color Cylindrical-coordinate representation of color #1187DC: hue angle of 205.12º 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 #1187DC is Cyan = 0.92, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 135 | 220 | - |
| CMYK | 0.92 | 0.39 | 0 | 0.14 |
| HSL | 205.12º | 0.86% | 0.46% | - |
| HSV(B) | 205.12º | 0.92% | 0.86% | - |
| XYZ | 21.81 | 22.61 | 70.93 | - |
| YUV | 109.41 | 190.41 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 220 | 0.92 | 0.39 | 0 | 0.14 | 205.12 | 0.86 | 0.46 |
| Hex | 11 | 87 | DC | 5C | 27 | 0 | E | CD | 56 | 2E |
| Octal | 21 | 207 | 334 | 134 | 47 | 0 | 16 | 315 | 126 | 56 |
| Binary | 10001 | 10000111 | 11011100 | 1011100 | 100111 | 0 | 1110 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1187DC
Complementary color
Monochromatic Colors of #1187DC
Black with #1187DC
Text Example
Text Example
White with #1187DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187DC; }
p { color: rgb(17,135,220); }
H1.HeaderClassName
{
color: #1187DC;
}
.AnyTagClassName
{
color: #1187DC;
}
</style>
background-color css
<style>
a { background-color: #1187DC; }
a { background-color: rgb(17,135,220); }
div.DivClassName
{
background-color: #1187DC;
}
.BgClassName
{
background-color: #1187DC;
}
</style>
border-color css
<style>
span { border-color: #1187DC; }
span { border-color: rgb(17,135,220); }
td.TdClassName
{
border-color: #1187DC;
}
.TagClassName
{
border-color: #1187DC;
}
</style>