Shades of Dodger Blue #1087E8
Tints of Dodger Blue #1087E8
RGB
CMYK
RGB Variations
Color information
#1087E8 (or 0x1087E8) is known color: Dodger Blue. HEX triplet: 10, 87 and E8. RGB value is (16,135,232). Sum of RGB (Red+Green+Blue) = 16+135+232=383 (50% of max value = 765). Red value is 16 (6.64% from 255 or 4.18% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 232 (91.02% from 255 or 60.57% from 383); Max value from RGB is 232 - color contains mainly: blue. Hex color #1087E8 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087E8 is #EF7817. Grayscale: #6D6D6D. Windows color (decimal): -15693848 or 15238928. OLE color: 15238928.
HSL color Cylindrical-coordinate representation of color #1087E8: hue angle of 206.94º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1087E8 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 16 | 135 | 232 | - |
| CMYK | 0.93 | 0.42 | 0 | 0.09 |
| HSL | 206.94º | 0.87% | 0.49% | - |
| HSV(B) | 206.94º | 0.93% | 0.91% | - |
| XYZ | 23.44 | 23.26 | 79.6 | - |
| YUV | 110.48 | 196.58 | 60.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 232 | 0.93 | 0.42 | 0 | 0.09 | 206.94 | 0.87 | 0.49 |
| Hex | 10 | 87 | E8 | 5D | 2A | 0 | 9 | CF | 57 | 31 |
| Octal | 20 | 207 | 350 | 135 | 52 | 0 | 11 | 317 | 127 | 61 |
| Binary | 10000 | 10000111 | 11101000 | 1011101 | 101010 | 0 | 1001 | 11001111 | 1010111 | 110001 |
Color Harmonies of #1087E8
Complementary color
Monochromatic Colors of #1087E8
Black with #1087E8
Text Example
Text Example
White with #1087E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087E8; }
p { color: rgb(16,135,232); }
H1.HeaderClassName
{
color: #1087E8;
}
.AnyTagClassName
{
color: #1087E8;
}
</style>
background-color css
<style>
a { background-color: #1087E8; }
a { background-color: rgb(16,135,232); }
div.DivClassName
{
background-color: #1087E8;
}
.BgClassName
{
background-color: #1087E8;
}
</style>
border-color css
<style>
span { border-color: #1087E8; }
span { border-color: rgb(16,135,232); }
td.TdClassName
{
border-color: #1087E8;
}
.TagClassName
{
border-color: #1087E8;
}
</style>