Shades of Blue #0F1AFB
Tints of Blue #0F1AFB
RGB
CMYK
RGB Variations
Color information
#0F1AFB (or 0x0F1AFB) is known color: Blue. HEX triplet: 0F, 1A and FB. RGB value is (15,26,251). Sum of RGB (Red+Green+Blue) = 15+26+251=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 251 (98.44% from 255 or 85.96% from 292); Max value from RGB is 251 - color contains mainly: blue. Hex color #0F1AFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F1AFB is #F0E504. Grayscale: #2F2F2F. Windows color (decimal): -15787269 or 16456207. OLE color: 16456207.
HSL color Cylindrical-coordinate representation of color #0F1AFB: hue angle of 237.2º degrees, saturation: 0.97, 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 #0F1AFB is Cyan = 0.94, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 15 | 26 | 251 | - |
| CMYK | 0.94 | 0.90 | 0 | 0.02 |
| HSL | 237.2º | 0.97% | 0.52% | - |
| HSV(B) | 237.2º | 0.94% | 0.98% | - |
| XYZ | 17.98 | 7.81 | 91.83 | - |
| YUV | 48.36 | 242.36 | 104.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 26 | 251 | 0.94 | 0.90 | 0 | 0.02 | 237.2 | 0.97 | 0.52 |
| Hex | F | 1A | FB | 5E | 5A | 0 | 2 | ED | 61 | 34 |
| Octal | 17 | 32 | 373 | 136 | 132 | 0 | 2 | 355 | 141 | 64 |
| Binary | 1111 | 11010 | 11111011 | 1011110 | 1011010 | 0 | 10 | 11101101 | 1100001 | 110100 |
Color Harmonies of #0F1AFB
Complementary color
Monochromatic Colors of #0F1AFB
Black with #0F1AFB
Text Example
Text Example
White with #0F1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F1AFB; }
p { color: rgb(15,26,251); }
H1.HeaderClassName
{
color: #0F1AFB;
}
.AnyTagClassName
{
color: #0F1AFB;
}
</style>
background-color css
<style>
a { background-color: #0F1AFB; }
a { background-color: rgb(15,26,251); }
div.DivClassName
{
background-color: #0F1AFB;
}
.BgClassName
{
background-color: #0F1AFB;
}
</style>
border-color css
<style>
span { border-color: #0F1AFB; }
span { border-color: rgb(15,26,251); }
td.TdClassName
{
border-color: #0F1AFB;
}
.TagClassName
{
border-color: #0F1AFB;
}
</style>