Shades of Dodger Blue #0987FF
Tints of Dodger Blue #0987FF
RGB
CMYK
RGB Variations
Color information
#0987FF (or 0x0987FF) is known color: Dodger Blue. HEX triplet: 09, 87 and FF. RGB value is (9,135,255). Sum of RGB (Red+Green+Blue) = 9+135+255=399 (52% of max value = 765). Red value is 9 (3.91% from 255 or 2.26% from 399); Green value is 135 (53.12% from 255 or 33.83% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #0987FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0987FF is #F67800. Grayscale: #6E6E6E. Windows color (decimal): -16152577 or 16746249. OLE color: 16746249.
HSL color Cylindrical-coordinate representation of color #0987FF: hue angle of 209.27º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0987FF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 9 | 135 | 255 | - |
| CMYK | 0.96 | 0.47 | 0 | 0 |
| HSL | 209.27º | 1% | 0.52% | - |
| HSV(B) | 209.27º | 0.96% | 1% | - |
| XYZ | 26.83 | 24.61 | 97.94 | - |
| YUV | 111.01 | 209.26 | 55.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 135 | 255 | 0.96 | 0.47 | 0 | 0 | 209.27 | 1 | 0.52 |
| Hex | 9 | 87 | FF | 60 | 2F | 0 | 0 | D1 | 64 | 34 |
| Octal | 11 | 207 | 377 | 140 | 57 | 0 | 0 | 321 | 144 | 64 |
| Binary | 1001 | 10000111 | 11111111 | 1100000 | 101111 | 0 | 0 | 11010001 | 1100100 | 110100 |
Color Harmonies of #0987FF
Complementary color
Monochromatic Colors of #0987FF
Black with #0987FF
Text Example
Text Example
White with #0987FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0987FF; }
p { color: rgb(9,135,255); }
H1.HeaderClassName
{
color: #0987FF;
}
.AnyTagClassName
{
color: #0987FF;
}
</style>
background-color css
<style>
a { background-color: #0987FF; }
a { background-color: rgb(9,135,255); }
div.DivClassName
{
background-color: #0987FF;
}
.BgClassName
{
background-color: #0987FF;
}
</style>
border-color css
<style>
span { border-color: #0987FF; }
span { border-color: rgb(9,135,255); }
td.TdClassName
{
border-color: #0987FF;
}
.TagClassName
{
border-color: #0987FF;
}
</style>