Shades of Blue #0F36FA
Tints of Blue #0F36FA
RGB
CMYK
RGB Variations
Color information
#0F36FA (or 0x0F36FA) is known color: Blue. HEX triplet: 0F, 36 and FA. RGB value is (15,54,250). Sum of RGB (Red+Green+Blue) = 15+54+250=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 250 (98.05% from 255 or 78.37% from 319); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F36FA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F36FA is #F0C905. Grayscale: #3F3F3F. Windows color (decimal): -15780102 or 16397839. OLE color: 16397839.
HSL color Cylindrical-coordinate representation of color #0F36FA: hue angle of 230.04º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F36FA is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 54 | 250 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.02 |
| HSL | 230.04º | 0.96% | 0.52% | - |
| HSV(B) | 230.04º | 0.94% | 0.98% | - |
| XYZ | 18.77 | 9.64 | 91.31 | - |
| YUV | 64.68 | 232.58 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 54 | 250 | 0.94 | 0.78 | 0 | 0.02 | 230.04 | 0.96 | 0.52 |
| Hex | F | 36 | FA | 5E | 4E | 0 | 2 | E6 | 60 | 34 |
| Octal | 17 | 66 | 372 | 136 | 116 | 0 | 2 | 346 | 140 | 64 |
| Binary | 1111 | 110110 | 11111010 | 1011110 | 1001110 | 0 | 10 | 11100110 | 1100000 | 110100 |
Color Harmonies of #0F36FA
Complementary color
Monochromatic Colors of #0F36FA
Black with #0F36FA
Text Example
Text Example
White with #0F36FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F36FA; }
p { color: rgb(15,54,250); }
H1.HeaderClassName
{
color: #0F36FA;
}
.AnyTagClassName
{
color: #0F36FA;
}
</style>
background-color css
<style>
a { background-color: #0F36FA; }
a { background-color: rgb(15,54,250); }
div.DivClassName
{
background-color: #0F36FA;
}
.BgClassName
{
background-color: #0F36FA;
}
</style>
border-color css
<style>
span { border-color: #0F36FA; }
span { border-color: rgb(15,54,250); }
td.TdClassName
{
border-color: #0F36FA;
}
.TagClassName
{
border-color: #0F36FA;
}
</style>