Shades of Dodger Blue #0B87FF
Tints of Dodger Blue #0B87FF
RGB
CMYK
RGB Variations
Color information
#0B87FF (or 0x0B87FF) is known color: Dodger Blue. HEX triplet: 0B, 87 and FF. RGB value is (11,135,255). Sum of RGB (Red+Green+Blue) = 11+135+255=401 (53% of max value = 765). Red value is 11 (4.69% from 255 or 2.74% from 401); Green value is 135 (53.12% from 255 or 33.67% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #0B87FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B87FF is #F47800. Grayscale: #6E6E6E. Windows color (decimal): -16021505 or 16746251. OLE color: 16746251.
HSL color Cylindrical-coordinate representation of color #0B87FF: hue angle of 209.51º 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 #0B87FF is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 11 | 135 | 255 | - |
| CMYK | 0.96 | 0.47 | 0 | 0 |
| HSL | 209.51º | 1% | 0.52% | - |
| HSV(B) | 209.51º | 0.96% | 1% | - |
| XYZ | 26.85 | 24.62 | 97.94 | - |
| YUV | 111.6 | 208.92 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 135 | 255 | 0.96 | 0.47 | 0 | 0 | 209.51 | 1 | 0.52 |
| Hex | B | 87 | FF | 60 | 2F | 0 | 0 | D2 | 64 | 34 |
| Octal | 13 | 207 | 377 | 140 | 57 | 0 | 0 | 322 | 144 | 64 |
| Binary | 1011 | 10000111 | 11111111 | 1100000 | 101111 | 0 | 0 | 11010010 | 1100100 | 110100 |
Color Harmonies of #0B87FF
Complementary color
Monochromatic Colors of #0B87FF
Black with #0B87FF
Text Example
Text Example
White with #0B87FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B87FF; }
p { color: rgb(11,135,255); }
H1.HeaderClassName
{
color: #0B87FF;
}
.AnyTagClassName
{
color: #0B87FF;
}
</style>
background-color css
<style>
a { background-color: #0B87FF; }
a { background-color: rgb(11,135,255); }
div.DivClassName
{
background-color: #0B87FF;
}
.BgClassName
{
background-color: #0B87FF;
}
</style>
border-color css
<style>
span { border-color: #0B87FF; }
span { border-color: rgb(11,135,255); }
td.TdClassName
{
border-color: #0B87FF;
}
.TagClassName
{
border-color: #0B87FF;
}
</style>