Shades of Dodger Blue #1087EF
Tints of Dodger Blue #1087EF
RGB
CMYK
RGB Variations
Color information
#1087EF (or 0x1087EF) is known color: Dodger Blue. HEX triplet: 10, 87 and EF. RGB value is (16,135,239). Sum of RGB (Red+Green+Blue) = 16+135+239=390 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.10% from 390); Green value is 135 (53.12% from 255 or 34.62% from 390); Blue value is 239 (93.75% from 255 or 61.28% from 390); Max value from RGB is 239 - color contains mainly: blue. Hex color #1087EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087EF is #EF7810. Grayscale: #6E6E6E. Windows color (decimal): -15693841 or 15697680. OLE color: 15697680.
HSL color Cylindrical-coordinate representation of color #1087EF: hue angle of 207.98º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087EF is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 135 | 239 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.06 |
| HSL | 207.98º | 0.87% | 0.5% | - |
| HSV(B) | 207.98º | 0.93% | 0.94% | - |
| XYZ | 24.46 | 23.67 | 84.94 | - |
| YUV | 111.28 | 200.08 | 60.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 239 | 0.93 | 0.44 | 0 | 0.06 | 207.98 | 0.87 | 0.5 |
| Hex | 10 | 87 | EF | 5D | 2C | 0 | 6 | D0 | 57 | 32 |
| Octal | 20 | 207 | 357 | 135 | 54 | 0 | 6 | 320 | 127 | 62 |
| Binary | 10000 | 10000111 | 11101111 | 1011101 | 101100 | 0 | 110 | 11010000 | 1010111 | 110010 |
Color Harmonies of #1087EF
Complementary color
Monochromatic Colors of #1087EF
Black with #1087EF
Text Example
Text Example
White with #1087EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087EF; }
p { color: rgb(16,135,239); }
H1.HeaderClassName
{
color: #1087EF;
}
.AnyTagClassName
{
color: #1087EF;
}
</style>
background-color css
<style>
a { background-color: #1087EF; }
a { background-color: rgb(16,135,239); }
div.DivClassName
{
background-color: #1087EF;
}
.BgClassName
{
background-color: #1087EF;
}
</style>
border-color css
<style>
span { border-color: #1087EF; }
span { border-color: rgb(16,135,239); }
td.TdClassName
{
border-color: #1087EF;
}
.TagClassName
{
border-color: #1087EF;
}
</style>