Shades of Medium Blue #0B0FCD
Tints of Medium Blue #0B0FCD
RGB
CMYK
RGB Variations
Color information
#0B0FCD (or 0x0B0FCD) is known color: Medium Blue. HEX triplet: 0B, 0F and CD. RGB value is (11,15,205). Sum of RGB (Red+Green+Blue) = 11+15+205=231 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.76% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 205 (80.47% from 255 or 88.74% from 231); Max value from RGB is 205 - color contains mainly: blue. Hex color #0B0FCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0FCD is #F4F032. Grayscale: #222222. Windows color (decimal): -16052275 or 13438731. OLE color: 13438731.
HSL color Cylindrical-coordinate representation of color #0B0FCD: hue angle of 238.76º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B0FCD is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 11 | 15 | 205 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.20 |
| HSL | 238.76º | 0.9% | 0.42% | - |
| HSV(B) | 238.76º | 0.95% | 0.8% | - |
| XYZ | 11.33 | 4.82 | 58.09 | - |
| YUV | 35.46 | 223.67 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 15 | 205 | 0.95 | 0.93 | 0 | 0.20 | 238.76 | 0.9 | 0.42 |
| Hex | B | F | CD | 5F | 5D | 0 | 14 | EF | 5A | 2A |
| Octal | 13 | 17 | 315 | 137 | 135 | 0 | 24 | 357 | 132 | 52 |
| Binary | 1011 | 1111 | 11001101 | 1011111 | 1011101 | 0 | 10100 | 11101111 | 1011010 | 101010 |
Color Harmonies of #0B0FCD
Complementary color
Monochromatic Colors of #0B0FCD
Black with #0B0FCD
Text Example
Text Example
White with #0B0FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0FCD; }
p { color: rgb(11,15,205); }
H1.HeaderClassName
{
color: #0B0FCD;
}
.AnyTagClassName
{
color: #0B0FCD;
}
</style>
background-color css
<style>
a { background-color: #0B0FCD; }
a { background-color: rgb(11,15,205); }
div.DivClassName
{
background-color: #0B0FCD;
}
.BgClassName
{
background-color: #0B0FCD;
}
</style>
border-color css
<style>
span { border-color: #0B0FCD; }
span { border-color: rgb(11,15,205); }
td.TdClassName
{
border-color: #0B0FCD;
}
.TagClassName
{
border-color: #0B0FCD;
}
</style>