Shades of Dodger Blue #1087F7
Tints of Dodger Blue #1087F7
RGB
CMYK
RGB Variations
Color information
#1087F7 (or 0x1087F7) is known color: Dodger Blue. HEX triplet: 10, 87 and F7. RGB value is (16,135,247). Sum of RGB (Red+Green+Blue) = 16+135+247=398 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.02% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 247 (96.88% from 255 or 62.06% from 398); Max value from RGB is 247 - color contains mainly: blue. Hex color #1087F7 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1087F7 is #EF7808. Grayscale: #6F6F6F. Windows color (decimal): -15693833 or 16221968. OLE color: 16221968.
HSL color Cylindrical-coordinate representation of color #1087F7: hue angle of 209.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1087F7 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 16 | 135 | 247 | - |
| CMYK | 0.94 | 0.45 | 0 | 0.03 |
| HSL | 209.09º | 0.94% | 0.52% | - |
| HSV(B) | 209.09º | 0.94% | 0.97% | - |
| XYZ | 25.67 | 24.15 | 91.31 | - |
| YUV | 112.19 | 204.08 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 135 | 247 | 0.94 | 0.45 | 0 | 0.03 | 209.09 | 0.94 | 0.52 |
| Hex | 10 | 87 | F7 | 5E | 2D | 0 | 3 | D1 | 5E | 34 |
| Octal | 20 | 207 | 367 | 136 | 55 | 0 | 3 | 321 | 136 | 64 |
| Binary | 10000 | 10000111 | 11110111 | 1011110 | 101101 | 0 | 11 | 11010001 | 1011110 | 110100 |
Color Harmonies of #1087F7
Complementary color
Monochromatic Colors of #1087F7
Black with #1087F7
Text Example
Text Example
White with #1087F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1087F7; }
p { color: rgb(16,135,247); }
H1.HeaderClassName
{
color: #1087F7;
}
.AnyTagClassName
{
color: #1087F7;
}
</style>
background-color css
<style>
a { background-color: #1087F7; }
a { background-color: rgb(16,135,247); }
div.DivClassName
{
background-color: #1087F7;
}
.BgClassName
{
background-color: #1087F7;
}
</style>
border-color css
<style>
span { border-color: #1087F7; }
span { border-color: rgb(16,135,247); }
td.TdClassName
{
border-color: #1087F7;
}
.TagClassName
{
border-color: #1087F7;
}
</style>