Shades of Dodger Blue #1087F0
Tints of Dodger Blue #1087F0
RGB
CMYK
RGB Variations
Color information
#1087F0 (or 0x1087F0) is known color: Dodger Blue. HEX triplet: 10, 87 and F0. RGB value is (16,135,240). Sum of RGB (Red+Green+Blue) = 16+135+240=391 (51% of max value = 765). Red value is 16 (6.64% from 255 or 4.09% from 391); Green value is 135 (53.12% from 255 or 34.53% from 391); Blue value is 240 (94.14% from 255 or 61.38% from 391); Max value from RGB is 240 - color contains mainly: blue. Hex color #1087F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087F0 is #EF780F. Grayscale: #6E6E6E. Windows color (decimal): -15693840 or 15763216. OLE color: 15763216.
HSL color Cylindrical-coordinate representation of color #1087F0: hue angle of 208.12º degrees, saturation: 0.88, 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 #1087F0 is Cyan = 0.93, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 16 | 135 | 240 | - |
| CMYK | 0.93 | 0.44 | 0 | 0.06 |
| HSL | 208.13º | 0.88% | 0.5% | - |
| HSV(B) | 208.13º | 0.93% | 0.94% | - |
| XYZ | 24.61 | 23.73 | 85.72 | - |
| YUV | 111.39 | 200.58 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 240 | 0.93 | 0.44 | 0 | 0.06 | 208.13 | 0.88 | 0.5 |
| Hex | 10 | 87 | F0 | 5D | 2C | 0 | 6 | D0 | 58 | 32 |
| Octal | 20 | 207 | 360 | 135 | 54 | 0 | 6 | 320 | 130 | 62 |
| Binary | 10000 | 10000111 | 11110000 | 1011101 | 101100 | 0 | 110 | 11010000 | 1011000 | 110010 |
Color Harmonies of #1087F0
Complementary color
Monochromatic Colors of #1087F0
Black with #1087F0
Text Example
Text Example
White with #1087F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087F0; }
p { color: rgb(16,135,240); }
H1.HeaderClassName
{
color: #1087F0;
}
.AnyTagClassName
{
color: #1087F0;
}
</style>
background-color css
<style>
a { background-color: #1087F0; }
a { background-color: rgb(16,135,240); }
div.DivClassName
{
background-color: #1087F0;
}
.BgClassName
{
background-color: #1087F0;
}
</style>
border-color css
<style>
span { border-color: #1087F0; }
span { border-color: rgb(16,135,240); }
td.TdClassName
{
border-color: #1087F0;
}
.TagClassName
{
border-color: #1087F0;
}
</style>