Shades of Medium Blue #0F02BB
Tints of Medium Blue #0F02BB
RGB
CMYK
RGB Variations
Color information
#0F02BB (or 0x0F02BB) is known color: Medium Blue. HEX triplet: 0F, 02 and BB. RGB value is (15,2,187). Sum of RGB (Red+Green+Blue) = 15+2+187=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 187 (73.44% from 255 or 91.67% from 204); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F02BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0F02BB is #F0FD44. Grayscale: #1A1A1A. Windows color (decimal): -15793477 or 12255759. OLE color: 12255759.
HSL color Cylindrical-coordinate representation of color #0F02BB: hue angle of 244.22º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0F02BB is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 15 | 2 | 187 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.27 |
| HSL | 244.22º | 0.98% | 0.37% | - |
| HSV(B) | 244.22º | 0.99% | 0.73% | - |
| XYZ | 9.19 | 3.73 | 47.25 | - |
| YUV | 26.98 | 218.31 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 2 | 187 | 0.92 | 0.99 | 0 | 0.27 | 244.22 | 0.98 | 0.37 |
| Hex | F | 2 | BB | 5C | 63 | 0 | 1B | F4 | 62 | 25 |
| Octal | 17 | 2 | 273 | 134 | 143 | 0 | 33 | 364 | 142 | 45 |
| Binary | 1111 | 10 | 10111011 | 1011100 | 1100011 | 0 | 11011 | 11110100 | 1100010 | 100101 |
Color Harmonies of #0F02BB
Complementary color
Monochromatic Colors of #0F02BB
Black with #0F02BB
Text Example
Text Example
White with #0F02BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F02BB; }
p { color: rgb(15,2,187); }
H1.HeaderClassName
{
color: #0F02BB;
}
.AnyTagClassName
{
color: #0F02BB;
}
</style>
background-color css
<style>
a { background-color: #0F02BB; }
a { background-color: rgb(15,2,187); }
div.DivClassName
{
background-color: #0F02BB;
}
.BgClassName
{
background-color: #0F02BB;
}
</style>
border-color css
<style>
span { border-color: #0F02BB; }
span { border-color: rgb(15,2,187); }
td.TdClassName
{
border-color: #0F02BB;
}
.TagClassName
{
border-color: #0F02BB;
}
</style>