Shades of Dodger Blue #0B86FB
Tints of Dodger Blue #0B86FB
RGB
CMYK
RGB Variations
Color information
#0B86FB (or 0x0B86FB) is known color: Dodger Blue. HEX triplet: 0B, 86 and FB. RGB value is (11,134,251). Sum of RGB (Red+Green+Blue) = 11+134+251=396 (52% of max value = 765). Red value is 11 (4.69% from 255 or 2.78% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 251 (98.44% from 255 or 63.38% from 396); Max value from RGB is 251 - color contains mainly: blue. Hex color #0B86FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0B86FB is #F47904. Grayscale: #6D6D6D. Windows color (decimal): -16021765 or 16483851. OLE color: 16483851.
HSL color Cylindrical-coordinate representation of color #0B86FB: hue angle of 209.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B86FB is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 11 | 134 | 251 | - |
| CMYK | 0.96 | 0.47 | 0 | 0.02 |
| HSL | 209.25º | 0.97% | 0.51% | - |
| HSV(B) | 209.25º | 0.96% | 0.98% | - |
| XYZ | 26.08 | 24.09 | 94.54 | - |
| YUV | 110.56 | 207.25 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 134 | 251 | 0.96 | 0.47 | 0 | 0.02 | 209.25 | 0.97 | 0.51 |
| Hex | B | 86 | FB | 60 | 2F | 0 | 2 | D1 | 61 | 33 |
| Octal | 13 | 206 | 373 | 140 | 57 | 0 | 2 | 321 | 141 | 63 |
| Binary | 1011 | 10000110 | 11111011 | 1100000 | 101111 | 0 | 10 | 11010001 | 1100001 | 110011 |
Color Harmonies of #0B86FB
Complementary color
Monochromatic Colors of #0B86FB
Black with #0B86FB
Text Example
Text Example
White with #0B86FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B86FB; }
p { color: rgb(11,134,251); }
H1.HeaderClassName
{
color: #0B86FB;
}
.AnyTagClassName
{
color: #0B86FB;
}
</style>
background-color css
<style>
a { background-color: #0B86FB; }
a { background-color: rgb(11,134,251); }
div.DivClassName
{
background-color: #0B86FB;
}
.BgClassName
{
background-color: #0B86FB;
}
</style>
border-color css
<style>
span { border-color: #0B86FB; }
span { border-color: rgb(11,134,251); }
td.TdClassName
{
border-color: #0B86FB;
}
.TagClassName
{
border-color: #0B86FB;
}
</style>