Shades of Dodger Blue #1087DC
Tints of Dodger Blue #1087DC
RGB
CMYK
RGB Variations
Color information
#1087DC (or 0x1087DC) is known color: Dodger Blue. HEX triplet: 10, 87 and DC. RGB value is (16,135,220). Sum of RGB (Red+Green+Blue) = 16+135+220=371 (49% of max value = 765). Red value is 16 (6.64% from 255 or 4.31% from 371); Green value is 135 (53.12% from 255 or 36.39% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #1087DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1087DC is #EF7823. Grayscale: #6C6C6C. Windows color (decimal): -15693860 or 14452496. OLE color: 14452496.
HSL color Cylindrical-coordinate representation of color #1087DC: hue angle of 205º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087DC is Cyan = 0.93, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 135 | 220 | - |
| CMYK | 0.93 | 0.39 | 0 | 0.14 |
| HSL | 205º | 0.86% | 0.46% | - |
| HSV(B) | 205º | 0.93% | 0.86% | - |
| XYZ | 21.8 | 22.61 | 70.92 | - |
| YUV | 109.11 | 190.58 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 220 | 0.93 | 0.39 | 0 | 0.14 | 205 | 0.86 | 0.46 |
| Hex | 10 | 87 | DC | 5D | 27 | 0 | E | CD | 56 | 2E |
| Octal | 20 | 207 | 334 | 135 | 47 | 0 | 16 | 315 | 126 | 56 |
| Binary | 10000 | 10000111 | 11011100 | 1011101 | 100111 | 0 | 1110 | 11001101 | 1010110 | 101110 |
Color Harmonies of #1087DC
Complementary color
Monochromatic Colors of #1087DC
Black with #1087DC
Text Example
Text Example
White with #1087DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087DC; }
p { color: rgb(16,135,220); }
H1.HeaderClassName
{
color: #1087DC;
}
.AnyTagClassName
{
color: #1087DC;
}
</style>
background-color css
<style>
a { background-color: #1087DC; }
a { background-color: rgb(16,135,220); }
div.DivClassName
{
background-color: #1087DC;
}
.BgClassName
{
background-color: #1087DC;
}
</style>
border-color css
<style>
span { border-color: #1087DC; }
span { border-color: rgb(16,135,220); }
td.TdClassName
{
border-color: #1087DC;
}
.TagClassName
{
border-color: #1087DC;
}
</style>