Shades of Medium Blue #0B0FD0
Tints of Medium Blue #0B0FD0
RGB
CMYK
RGB Variations
Color information
#0B0FD0 (or 0x0B0FD0) is known color: Medium Blue. HEX triplet: 0B, 0F and D0. RGB value is (11,15,208). Sum of RGB (Red+Green+Blue) = 11+15+208=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 208 (81.64% from 255 or 88.89% from 234); Max value from RGB is 208 - color contains mainly: blue. Hex color #0B0FD0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0FD0 is #F4F02F. Grayscale: #232323. Windows color (decimal): -16052272 or 13635339. OLE color: 13635339.
HSL color Cylindrical-coordinate representation of color #0B0FD0: hue angle of 238.78º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0FD0 is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 11 | 15 | 208 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.18 |
| HSL | 238.78º | 0.9% | 0.43% | - |
| HSV(B) | 238.78º | 0.95% | 0.82% | - |
| XYZ | 11.69 | 4.97 | 60.02 | - |
| YUV | 35.81 | 225.17 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 208 | 0.95 | 0.93 | 0 | 0.18 | 238.78 | 0.9 | 0.43 |
| Hex | B | F | D0 | 5F | 5D | 0 | 12 | EF | 5A | 2B |
| Octal | 13 | 17 | 320 | 137 | 135 | 0 | 22 | 357 | 132 | 53 |
| Binary | 1011 | 1111 | 11010000 | 1011111 | 1011101 | 0 | 10010 | 11101111 | 1011010 | 101011 |
Color Harmonies of #0B0FD0
Complementary color
Monochromatic Colors of #0B0FD0
Black with #0B0FD0
Text Example
Text Example
White with #0B0FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0FD0; }
p { color: rgb(11,15,208); }
H1.HeaderClassName
{
color: #0B0FD0;
}
.AnyTagClassName
{
color: #0B0FD0;
}
</style>
background-color css
<style>
a { background-color: #0B0FD0; }
a { background-color: rgb(11,15,208); }
div.DivClassName
{
background-color: #0B0FD0;
}
.BgClassName
{
background-color: #0B0FD0;
}
</style>
border-color css
<style>
span { border-color: #0B0FD0; }
span { border-color: rgb(11,15,208); }
td.TdClassName
{
border-color: #0B0FD0;
}
.TagClassName
{
border-color: #0B0FD0;
}
</style>