Shades of Blue #0F00FB
Tints of Blue #0F00FB
RGB
CMYK
RGB Variations
Color information
#0F00FB (or 0x0F00FB) is known color: Blue. HEX triplet: 0F, 00 and FB. RGB value is (15,0,251). Sum of RGB (Red+Green+Blue) = 15+0+251=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 251 (98.44% from 255 or 94.36% from 266); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F00FB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F00FB is #F0FF04. Grayscale: #202020. Windows color (decimal): -15793925 or 16449551. OLE color: 16449551.
HSL color Cylindrical-coordinate representation of color #0F00FB: hue angle of 243.59º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F00FB is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 0 | 251 | - |
| CMYK | 0.94 | 1 | 0 | 0.02 |
| HSL | 243.59º | 1% | 0.49% | - |
| HSV(B) | 243.59º | 1% | 0.98% | - |
| XYZ | 17.61 | 7.07 | 91.7 | - |
| YUV | 33.1 | 250.97 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 251 | 0.94 | 1 | 0 | 0.02 | 243.59 | 1 | 0.49 |
| Hex | F | 0 | FB | 5E | 64 | 0 | 2 | F4 | 64 | 31 |
| Octal | 17 | 0 | 373 | 136 | 144 | 0 | 2 | 364 | 144 | 61 |
| Binary | 1111 | 0 | 11111011 | 1011110 | 1100100 | 0 | 10 | 11110100 | 1100100 | 110001 |
Color Harmonies of #0F00FB
Complementary color
Monochromatic Colors of #0F00FB
Black with #0F00FB
Text Example
Text Example
White with #0F00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F00FB; }
p { color: rgb(15,0,251); }
H1.HeaderClassName
{
color: #0F00FB;
}
.AnyTagClassName
{
color: #0F00FB;
}
</style>
background-color css
<style>
a { background-color: #0F00FB; }
a { background-color: rgb(15,0,251); }
div.DivClassName
{
background-color: #0F00FB;
}
.BgClassName
{
background-color: #0F00FB;
}
</style>
border-color css
<style>
span { border-color: #0F00FB; }
span { border-color: rgb(15,0,251); }
td.TdClassName
{
border-color: #0F00FB;
}
.TagClassName
{
border-color: #0F00FB;
}
</style>