Shades of Medium Blue #0F0BCF
Tints of Medium Blue #0F0BCF
RGB
CMYK
RGB Variations
Color information
#0F0BCF (or 0x0F0BCF) is known color: Medium Blue. HEX triplet: 0F, 0B and CF. RGB value is (15,11,207). Sum of RGB (Red+Green+Blue) = 15+11+207=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 11 (4.69% from 255 or 4.72% from 233); Blue value is 207 (81.25% from 255 or 88.84% from 233); Max value from RGB is 207 - color contains mainly: blue. Hex color #0F0BCF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F0BCF is #F0F430. Grayscale: #212121. Windows color (decimal): -15791153 or 13568783. OLE color: 13568783.
HSL color Cylindrical-coordinate representation of color #0F0BCF: hue angle of 241.22º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0BCF is Cyan = 0.93, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 15 | 11 | 207 | - |
| CMYK | 0.93 | 0.95 | 0 | 0.19 |
| HSL | 241.22º | 0.9% | 0.43% | - |
| HSV(B) | 241.22º | 0.95% | 0.81% | - |
| XYZ | 11.58 | 4.85 | 59.36 | - |
| YUV | 34.54 | 225.33 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 207 | 0.93 | 0.95 | 0 | 0.19 | 241.22 | 0.9 | 0.43 |
| Hex | F | B | CF | 5D | 5F | 0 | 13 | F1 | 5A | 2B |
| Octal | 17 | 13 | 317 | 135 | 137 | 0 | 23 | 361 | 132 | 53 |
| Binary | 1111 | 1011 | 11001111 | 1011101 | 1011111 | 0 | 10011 | 11110001 | 1011010 | 101011 |
Color Harmonies of #0F0BCF
Complementary color
Monochromatic Colors of #0F0BCF
Black with #0F0BCF
Text Example
Text Example
White with #0F0BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0BCF; }
p { color: rgb(15,11,207); }
H1.HeaderClassName
{
color: #0F0BCF;
}
.AnyTagClassName
{
color: #0F0BCF;
}
</style>
background-color css
<style>
a { background-color: #0F0BCF; }
a { background-color: rgb(15,11,207); }
div.DivClassName
{
background-color: #0F0BCF;
}
.BgClassName
{
background-color: #0F0BCF;
}
</style>
border-color css
<style>
span { border-color: #0F0BCF; }
span { border-color: rgb(15,11,207); }
td.TdClassName
{
border-color: #0F0BCF;
}
.TagClassName
{
border-color: #0F0BCF;
}
</style>