Shades of Blue #0F0AFB
Tints of Blue #0F0AFB
RGB
CMYK
RGB Variations
Color information
#0F0AFB (or 0x0F0AFB) is known color: Blue. HEX triplet: 0F, 0A and FB. RGB value is (15,10,251). Sum of RGB (Red+Green+Blue) = 15+10+251=276 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.43% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 251 (98.44% from 255 or 90.94% from 276); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F0AFB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0AFB is #F0F504. Grayscale: #262626. Windows color (decimal): -15791365 or 16452111. OLE color: 16452111.
HSL color Cylindrical-coordinate representation of color #0F0AFB: hue angle of 241.24º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0AFB is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 10 | 251 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.02 |
| HSL | 241.24º | 0.97% | 0.51% | - |
| HSV(B) | 241.24º | 0.96% | 0.98% | - |
| XYZ | 17.72 | 7.28 | 91.74 | - |
| YUV | 38.97 | 247.66 | 110.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 251 | 0.94 | 0.96 | 0 | 0.02 | 241.24 | 0.97 | 0.51 |
| Hex | F | A | FB | 5E | 60 | 0 | 2 | F1 | 61 | 33 |
| Octal | 17 | 12 | 373 | 136 | 140 | 0 | 2 | 361 | 141 | 63 |
| Binary | 1111 | 1010 | 11111011 | 1011110 | 1100000 | 0 | 10 | 11110001 | 1100001 | 110011 |
Color Harmonies of #0F0AFB
Complementary color
Monochromatic Colors of #0F0AFB
Black with #0F0AFB
Text Example
Text Example
White with #0F0AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0AFB; }
p { color: rgb(15,10,251); }
H1.HeaderClassName
{
color: #0F0AFB;
}
.AnyTagClassName
{
color: #0F0AFB;
}
</style>
background-color css
<style>
a { background-color: #0F0AFB; }
a { background-color: rgb(15,10,251); }
div.DivClassName
{
background-color: #0F0AFB;
}
.BgClassName
{
background-color: #0F0AFB;
}
</style>
border-color css
<style>
span { border-color: #0F0AFB; }
span { border-color: rgb(15,10,251); }
td.TdClassName
{
border-color: #0F0AFB;
}
.TagClassName
{
border-color: #0F0AFB;
}
</style>