Shades of Dodger Blue #1187DB
Tints of Dodger Blue #1187DB
RGB
CMYK
RGB Variations
Color information
#1187DB (or 0x1187DB) is known color: Dodger Blue. HEX triplet: 11, 87 and DB. RGB value is (17,135,219). Sum of RGB (Red+Green+Blue) = 17+135+219=371 (49% of max value = 765). Red value is 17 (7.03% from 255 or 4.58% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #1187DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1187DB is #EE7824. Grayscale: #6C6C6C. Windows color (decimal): -15628325 or 14386961. OLE color: 14386961.
HSL color Cylindrical-coordinate representation of color #1187DB: hue angle of 204.95º 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 #1187DB is Cyan = 0.92, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 17 | 135 | 219 | - |
| CMYK | 0.92 | 0.38 | 0 | 0.14 |
| HSL | 204.95º | 0.86% | 0.46% | - |
| HSV(B) | 204.95º | 0.92% | 0.86% | - |
| XYZ | 21.68 | 22.56 | 70.23 | - |
| YUV | 109.29 | 189.91 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 135 | 219 | 0.92 | 0.38 | 0 | 0.14 | 204.95 | 0.86 | 0.46 |
| Hex | 11 | 87 | DB | 5C | 26 | 0 | E | CD | 56 | 2E |
| Octal | 21 | 207 | 333 | 134 | 46 | 0 | 16 | 315 | 126 | 56 |
| Binary | 10001 | 10000111 | 11011011 | 1011100 | 100110 | 0 | 1110 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1187DB
Complementary color
Monochromatic Colors of #1187DB
Black with #1187DB
Text Example
Text Example
White with #1187DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1187DB; }
p { color: rgb(17,135,219); }
H1.HeaderClassName
{
color: #1187DB;
}
.AnyTagClassName
{
color: #1187DB;
}
</style>
background-color css
<style>
a { background-color: #1187DB; }
a { background-color: rgb(17,135,219); }
div.DivClassName
{
background-color: #1187DB;
}
.BgClassName
{
background-color: #1187DB;
}
</style>
border-color css
<style>
span { border-color: #1187DB; }
span { border-color: rgb(17,135,219); }
td.TdClassName
{
border-color: #1187DB;
}
.TagClassName
{
border-color: #1187DB;
}
</style>