Shades of Dodger Blue #0887FF
Tints of Dodger Blue #0887FF
RGB
CMYK
RGB Variations
Color information
#0887FF (or 0x0887FF) is known color: Dodger Blue. HEX triplet: 08, 87 and FF. RGB value is (8,135,255). Sum of RGB (Red+Green+Blue) = 8+135+255=398 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.01% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 255 (100% from 255 or 64.07% from 398); Max value from RGB is 255 - color contains mainly: blue. Hex color #0887FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0887FF is #F77800. Grayscale: #6E6E6E. Windows color (decimal): -16218113 or 16746248. OLE color: 16746248.
HSL color Cylindrical-coordinate representation of color #0887FF: hue angle of 209.15º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0887FF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 8 | 135 | 255 | - |
| CMYK | 0.97 | 0.47 | 0 | 0 |
| HSL | 209.15º | 1% | 0.52% | - |
| HSV(B) | 209.15º | 0.97% | 1% | - |
| XYZ | 26.81 | 24.6 | 97.94 | - |
| YUV | 110.71 | 209.42 | 54.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 135 | 255 | 0.97 | 0.47 | 0 | 0 | 209.15 | 1 | 0.52 |
| Hex | 8 | 87 | FF | 61 | 2F | 0 | 0 | D1 | 64 | 34 |
| Octal | 10 | 207 | 377 | 141 | 57 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1000 | 10000111 | 11111111 | 1100001 | 101111 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #0887FF
Complementary color
Monochromatic Colors of #0887FF
Black with #0887FF
Text Example
Text Example
White with #0887FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0887FF; }
p { color: rgb(8,135,255); }
H1.HeaderClassName
{
color: #0887FF;
}
.AnyTagClassName
{
color: #0887FF;
}
</style>
background-color css
<style>
a { background-color: #0887FF; }
a { background-color: rgb(8,135,255); }
div.DivClassName
{
background-color: #0887FF;
}
.BgClassName
{
background-color: #0887FF;
}
</style>
border-color css
<style>
span { border-color: #0887FF; }
span { border-color: rgb(8,135,255); }
td.TdClassName
{
border-color: #0887FF;
}
.TagClassName
{
border-color: #0887FF;
}
</style>