Shades of Blue #0F3BFA
Tints of Blue #0F3BFA
RGB
CMYK
RGB Variations
Color information
#0F3BFA (or 0x0F3BFA) is known color: Blue. HEX triplet: 0F, 3B and FA. RGB value is (15,59,250). Sum of RGB (Red+Green+Blue) = 15+59+250=324 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.63% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 250 (98.05% from 255 or 77.16% from 324); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F3BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F3BFA is #F0C405. Grayscale: #424242. Windows color (decimal): -15778822 or 16399119. OLE color: 16399119.
HSL color Cylindrical-coordinate representation of color #0F3BFA: hue angle of 228.77º 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 #0F3BFA is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 59 | 250 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.02 |
| HSL | 228.77º | 0.96% | 0.52% | - |
| HSV(B) | 228.77º | 0.94% | 0.98% | - |
| XYZ | 19.02 | 10.13 | 91.4 | - |
| YUV | 67.62 | 230.92 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 59 | 250 | 0.94 | 0.76 | 0 | 0.02 | 228.77 | 0.96 | 0.52 |
| Hex | F | 3B | FA | 5E | 4C | 0 | 2 | E5 | 60 | 34 |
| Octal | 17 | 73 | 372 | 136 | 114 | 0 | 2 | 345 | 140 | 64 |
| Binary | 1111 | 111011 | 11111010 | 1011110 | 1001100 | 0 | 10 | 11100101 | 1100000 | 110100 |
Color Harmonies of #0F3BFA
Complementary color
Monochromatic Colors of #0F3BFA
Black with #0F3BFA
Text Example
Text Example
White with #0F3BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3BFA; }
p { color: rgb(15,59,250); }
H1.HeaderClassName
{
color: #0F3BFA;
}
.AnyTagClassName
{
color: #0F3BFA;
}
</style>
background-color css
<style>
a { background-color: #0F3BFA; }
a { background-color: rgb(15,59,250); }
div.DivClassName
{
background-color: #0F3BFA;
}
.BgClassName
{
background-color: #0F3BFA;
}
</style>
border-color css
<style>
span { border-color: #0F3BFA; }
span { border-color: rgb(15,59,250); }
td.TdClassName
{
border-color: #0F3BFA;
}
.TagClassName
{
border-color: #0F3BFA;
}
</style>