Shades of Medium Blue #0F08BB
Tints of Medium Blue #0F08BB
RGB
CMYK
RGB Variations
Color information
#0F08BB (or 0x0F08BB) is known color: Medium Blue. HEX triplet: 0F, 08 and BB. RGB value is (15,8,187). Sum of RGB (Red+Green+Blue) = 15+8+187=210 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.14% from 210); Green value is 8 (3.52% from 255 or 3.81% from 210); Blue value is 187 (73.44% from 255 or 89.05% from 210); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F08BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F08BB is #F0F744. Grayscale: #1D1D1D. Windows color (decimal): -15791941 or 12257295. OLE color: 12257295.
HSL color Cylindrical-coordinate representation of color #0F08BB: hue angle of 242.35º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F08BB is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 8 | 187 | - |
| CMYK | 0.92 | 0.96 | 0 | 0.27 |
| HSL | 242.35º | 0.92% | 0.38% | - |
| HSV(B) | 242.35º | 0.96% | 0.73% | - |
| XYZ | 9.25 | 3.86 | 47.27 | - |
| YUV | 30.5 | 216.32 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 187 | 0.92 | 0.96 | 0 | 0.27 | 242.35 | 0.92 | 0.38 |
| Hex | F | 8 | BB | 5C | 60 | 0 | 1B | F2 | 5C | 26 |
| Octal | 17 | 10 | 273 | 134 | 140 | 0 | 33 | 362 | 134 | 46 |
| Binary | 1111 | 1000 | 10111011 | 1011100 | 1100000 | 0 | 11011 | 11110010 | 1011100 | 100110 |
Color Harmonies of #0F08BB
Complementary color
Monochromatic Colors of #0F08BB
Black with #0F08BB
Text Example
Text Example
White with #0F08BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F08BB; }
p { color: rgb(15,8,187); }
H1.HeaderClassName
{
color: #0F08BB;
}
.AnyTagClassName
{
color: #0F08BB;
}
</style>
background-color css
<style>
a { background-color: #0F08BB; }
a { background-color: rgb(15,8,187); }
div.DivClassName
{
background-color: #0F08BB;
}
.BgClassName
{
background-color: #0F08BB;
}
</style>
border-color css
<style>
span { border-color: #0F08BB; }
span { border-color: rgb(15,8,187); }
td.TdClassName
{
border-color: #0F08BB;
}
.TagClassName
{
border-color: #0F08BB;
}
</style>