Shades of Dodger Blue #1087E7
Tints of Dodger Blue #1087E7
RGB
CMYK
RGB Variations
Color information
#1087E7 (or 0x1087E7) is known color: Dodger Blue. HEX triplet: 10, 87 and E7. RGB value is (16,135,231). Sum of RGB (Red+Green+Blue) = 16+135+231=382 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.19% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 231 (90.62% from 255 or 60.47% from 382); Max value from RGB is 231 - color contains mainly: blue. Hex color #1087E7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087E7 is #EF7818. Grayscale: #6D6D6D. Windows color (decimal): -15693849 or 15173392. OLE color: 15173392.
HSL color Cylindrical-coordinate representation of color #1087E7: hue angle of 206.79º degrees, saturation: 0.87, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087E7 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 135 | 231 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.09 |
| HSL | 206.79º | 0.87% | 0.48% | - |
| HSV(B) | 206.79º | 0.93% | 0.91% | - |
| XYZ | 23.3 | 23.21 | 78.85 | - |
| YUV | 110.36 | 196.08 | 60.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 231 | 0.93 | 0.42 | 0 | 0.09 | 206.79 | 0.87 | 0.48 |
| Hex | 10 | 87 | E7 | 5D | 2A | 0 | 9 | CF | 57 | 30 |
| Octal | 20 | 207 | 347 | 135 | 52 | 0 | 11 | 317 | 127 | 60 |
| Binary | 10000 | 10000111 | 11100111 | 1011101 | 101010 | 0 | 1001 | 11001111 | 1010111 | 110000 |
Color Harmonies of #1087E7
Complementary color
Monochromatic Colors of #1087E7
Black with #1087E7
Text Example
Text Example
White with #1087E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087E7; }
p { color: rgb(16,135,231); }
H1.HeaderClassName
{
color: #1087E7;
}
.AnyTagClassName
{
color: #1087E7;
}
</style>
background-color css
<style>
a { background-color: #1087E7; }
a { background-color: rgb(16,135,231); }
div.DivClassName
{
background-color: #1087E7;
}
.BgClassName
{
background-color: #1087E7;
}
</style>
border-color css
<style>
span { border-color: #1087E7; }
span { border-color: rgb(16,135,231); }
td.TdClassName
{
border-color: #1087E7;
}
.TagClassName
{
border-color: #1087E7;
}
</style>