Shades of Blue #0F2BFF
Tints of Blue #0F2BFF
RGB
CMYK
RGB Variations
Color information
#0F2BFF (or 0x0F2BFF) is known color: Blue. HEX triplet: 0F, 2B and FF. RGB value is (15,43,255). Sum of RGB (Red+Green+Blue) = 15+43+255=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 43 (17.19% from 255 or 13.74% from 313); Blue value is 255 (100% from 255 or 81.47% from 313); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F2BFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2BFF is #F0D400. Grayscale: #393939. Windows color (decimal): -15782913 or 16722703. OLE color: 16722703.
HSL color Cylindrical-coordinate representation of color #0F2BFF: hue angle of 233º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2BFF is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 43 | 255 | - |
| CMYK | 0.94 | 0.83 | 0 | 0 |
| HSL | 233º | 1% | 0.53% | - |
| HSV(B) | 233º | 0.94% | 1% | - |
| XYZ | 19.11 | 9.05 | 95.35 | - |
| YUV | 58.8 | 238.72 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 255 | 0.94 | 0.83 | 0 | 0 | 233 | 1 | 0.53 |
| Hex | F | 2B | FF | 5E | 53 | 0 | 0 | E9 | 64 | 35 |
| Octal | 17 | 53 | 377 | 136 | 123 | 0 | 0 | 351 | 144 | 65 |
| Binary | 1111 | 101011 | 11111111 | 1011110 | 1010011 | 0 | 0 | 11101001 | 1100100 | 110101 |
Color Harmonies of #0F2BFF
Complementary color
Monochromatic Colors of #0F2BFF
Black with #0F2BFF
Text Example
Text Example
White with #0F2BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2BFF; }
p { color: rgb(15,43,255); }
H1.HeaderClassName
{
color: #0F2BFF;
}
.AnyTagClassName
{
color: #0F2BFF;
}
</style>
background-color css
<style>
a { background-color: #0F2BFF; }
a { background-color: rgb(15,43,255); }
div.DivClassName
{
background-color: #0F2BFF;
}
.BgClassName
{
background-color: #0F2BFF;
}
</style>
border-color css
<style>
span { border-color: #0F2BFF; }
span { border-color: rgb(15,43,255); }
td.TdClassName
{
border-color: #0F2BFF;
}
.TagClassName
{
border-color: #0F2BFF;
}
</style>