Shades of Blue #0F3BFF
Tints of Blue #0F3BFF
RGB
CMYK
RGB Variations
Color information
#0F3BFF (or 0x0F3BFF) is known color: Blue. HEX triplet: 0F, 3B and FF. RGB value is (15,59,255). Sum of RGB (Red+Green+Blue) = 15+59+255=329 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.56% from 329); Green value is 59 (23.44% from 255 or 17.93% from 329); Blue value is 255 (100% from 255 or 77.51% from 329); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F3BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3BFF is #F0C400. Grayscale: #434343. Windows color (decimal): -15778817 or 16726799. OLE color: 16726799.
HSL color Cylindrical-coordinate representation of color #0F3BFF: hue angle of 229º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F3BFF is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 59 | 255 | - |
| CMYK | 0.94 | 0.77 | 0 | 0 |
| HSL | 229º | 1% | 0.53% | - |
| HSV(B) | 229º | 0.94% | 1% | - |
| XYZ | 19.81 | 10.45 | 95.58 | - |
| YUV | 68.19 | 233.42 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 255 | 0.94 | 0.77 | 0 | 0 | 229 | 1 | 0.53 |
| Hex | F | 3B | FF | 5E | 4D | 0 | 0 | E5 | 64 | 35 |
| Octal | 17 | 73 | 377 | 136 | 115 | 0 | 0 | 345 | 144 | 65 |
| Binary | 1111 | 111011 | 11111111 | 1011110 | 1001101 | 0 | 0 | 11100101 | 1100100 | 110101 |
Color Harmonies of #0F3BFF
Complementary color
Monochromatic Colors of #0F3BFF
Black with #0F3BFF
Text Example
Text Example
White with #0F3BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3BFF; }
p { color: rgb(15,59,255); }
H1.HeaderClassName
{
color: #0F3BFF;
}
.AnyTagClassName
{
color: #0F3BFF;
}
</style>
background-color css
<style>
a { background-color: #0F3BFF; }
a { background-color: rgb(15,59,255); }
div.DivClassName
{
background-color: #0F3BFF;
}
.BgClassName
{
background-color: #0F3BFF;
}
</style>
border-color css
<style>
span { border-color: #0F3BFF; }
span { border-color: rgb(15,59,255); }
td.TdClassName
{
border-color: #0F3BFF;
}
.TagClassName
{
border-color: #0F3BFF;
}
</style>