Shades of Blue #0F0CFA
Tints of Blue #0F0CFA
RGB
CMYK
RGB Variations
Color information
#0F0CFA (or 0x0F0CFA) is known color: Blue. HEX triplet: 0F, 0C and FA. RGB value is (15,12,250). Sum of RGB (Red+Green+Blue) = 15+12+250=277 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.42% from 277); Green value is 12 (5.08% from 255 or 4.33% from 277); Blue value is 250 (98.05% from 255 or 90.25% from 277); Max value from RGB is 250 - color contains mainly: blue. Hex color #0F0CFA is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0CFA is #F0F305. Grayscale: #272727. Windows color (decimal): -15790854 or 16387087. OLE color: 16387087.
HSL color Cylindrical-coordinate representation of color #0F0CFA: hue angle of 240.76º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F0CFA is Cyan = 0.94, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 12 | 250 | - |
| CMYK | 0.94 | 0.95 | 0 | 0.02 |
| HSL | 240.76º | 0.96% | 0.51% | - |
| HSV(B) | 240.76º | 0.95% | 0.98% | - |
| XYZ | 17.58 | 7.27 | 90.92 | - |
| YUV | 40.03 | 246.49 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 12 | 250 | 0.94 | 0.95 | 0 | 0.02 | 240.76 | 0.96 | 0.51 |
| Hex | F | C | FA | 5E | 5F | 0 | 2 | F1 | 60 | 33 |
| Octal | 17 | 14 | 372 | 136 | 137 | 0 | 2 | 361 | 140 | 63 |
| Binary | 1111 | 1100 | 11111010 | 1011110 | 1011111 | 0 | 10 | 11110001 | 1100000 | 110011 |
Color Harmonies of #0F0CFA
Complementary color
Monochromatic Colors of #0F0CFA
Black with #0F0CFA
Text Example
Text Example
White with #0F0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0CFA; }
p { color: rgb(15,12,250); }
H1.HeaderClassName
{
color: #0F0CFA;
}
.AnyTagClassName
{
color: #0F0CFA;
}
</style>
background-color css
<style>
a { background-color: #0F0CFA; }
a { background-color: rgb(15,12,250); }
div.DivClassName
{
background-color: #0F0CFA;
}
.BgClassName
{
background-color: #0F0CFA;
}
</style>
border-color css
<style>
span { border-color: #0F0CFA; }
span { border-color: rgb(15,12,250); }
td.TdClassName
{
border-color: #0F0CFA;
}
.TagClassName
{
border-color: #0F0CFA;
}
</style>