Shades of Dodger Blue #1087EA
Tints of Dodger Blue #1087EA
RGB
CMYK
RGB Variations
Color information
#1087EA (or 0x1087EA) is known color: Dodger Blue. HEX triplet: 10, 87 and EA. RGB value is (16,135,234). Sum of RGB (Red+Green+Blue) = 16+135+234=385 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.16% from 385); Green value is 135 (53.12% from 255 or 35.06% from 385); Blue value is 234 (91.80% from 255 or 60.78% from 385); Max value from RGB is 234 - color contains mainly: blue. Hex color #1087EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087EA is #EF7815. Grayscale: #6E6E6E. Windows color (decimal): -15693846 or 15370000. OLE color: 15370000.
HSL color Cylindrical-coordinate representation of color #1087EA: hue angle of 207.25º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087EA is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 135 | 234 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.08 |
| HSL | 207.25º | 0.87% | 0.49% | - |
| HSV(B) | 207.25º | 0.93% | 0.92% | - |
| XYZ | 23.73 | 23.38 | 81.1 | - |
| YUV | 110.71 | 197.58 | 60.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 234 | 0.93 | 0.42 | 0 | 0.08 | 207.25 | 0.87 | 0.49 |
| Hex | 10 | 87 | EA | 5D | 2A | 0 | 8 | CF | 57 | 31 |
| Octal | 20 | 207 | 352 | 135 | 52 | 0 | 10 | 317 | 127 | 61 |
| Binary | 10000 | 10000111 | 11101010 | 1011101 | 101010 | 0 | 1000 | 11001111 | 1010111 | 110001 |
Color Harmonies of #1087EA
Complementary color
Monochromatic Colors of #1087EA
Black with #1087EA
Text Example
Text Example
White with #1087EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087EA; }
p { color: rgb(16,135,234); }
H1.HeaderClassName
{
color: #1087EA;
}
.AnyTagClassName
{
color: #1087EA;
}
</style>
background-color css
<style>
a { background-color: #1087EA; }
a { background-color: rgb(16,135,234); }
div.DivClassName
{
background-color: #1087EA;
}
.BgClassName
{
background-color: #1087EA;
}
</style>
border-color css
<style>
span { border-color: #1087EA; }
span { border-color: rgb(16,135,234); }
td.TdClassName
{
border-color: #1087EA;
}
.TagClassName
{
border-color: #1087EA;
}
</style>