Shades of Medium Blue #0F07BD
Tints of Medium Blue #0F07BD
RGB
CMYK
RGB Variations
Color information
#0F07BD (or 0x0F07BD) is known color: Medium Blue. HEX triplet: 0F, 07 and BD. RGB value is (15,7,189). Sum of RGB (Red+Green+Blue) = 15+7+189=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 7 (3.12% from 255 or 3.32% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #0F07BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F07BD is #F0F842. Grayscale: #1D1D1D. Windows color (decimal): -15792195 or 12388111. OLE color: 12388111.
HSL color Cylindrical-coordinate representation of color #0F07BD: hue angle of 242.64º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F07BD is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 15 | 7 | 189 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.26 |
| HSL | 242.64º | 0.93% | 0.38% | - |
| HSV(B) | 242.64º | 0.96% | 0.74% | - |
| XYZ | 9.46 | 3.93 | 48.4 | - |
| YUV | 30.14 | 217.65 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 7 | 189 | 0.92 | 0.96 | 0 | 0.26 | 242.64 | 0.93 | 0.38 |
| Hex | F | 7 | BD | 5C | 60 | 0 | 1A | F3 | 5D | 26 |
| Octal | 17 | 7 | 275 | 134 | 140 | 0 | 32 | 363 | 135 | 46 |
| Binary | 1111 | 111 | 10111101 | 1011100 | 1100000 | 0 | 11010 | 11110011 | 1011101 | 100110 |
Color Harmonies of #0F07BD
Complementary color
Monochromatic Colors of #0F07BD
Black with #0F07BD
Text Example
Text Example
White with #0F07BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F07BD; }
p { color: rgb(15,7,189); }
H1.HeaderClassName
{
color: #0F07BD;
}
.AnyTagClassName
{
color: #0F07BD;
}
</style>
background-color css
<style>
a { background-color: #0F07BD; }
a { background-color: rgb(15,7,189); }
div.DivClassName
{
background-color: #0F07BD;
}
.BgClassName
{
background-color: #0F07BD;
}
</style>
border-color css
<style>
span { border-color: #0F07BD; }
span { border-color: rgb(15,7,189); }
td.TdClassName
{
border-color: #0F07BD;
}
.TagClassName
{
border-color: #0F07BD;
}
</style>