Shades of Blue #0F2BEC
Tints of Blue #0F2BEC
RGB
CMYK
RGB Variations
Color information
#0F2BEC (or 0x0F2BEC) is known color: Blue. HEX triplet: 0F, 2B and EC. RGB value is (15,43,236). Sum of RGB (Red+Green+Blue) = 15+43+236=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 236 (92.58% from 255 or 80.27% from 294); Max value from RGB is 236 - color contains mainly: blue. Hex color #0F2BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2BEC is #F0D413. Grayscale: #373737. Windows color (decimal): -15782932 or 15477519. OLE color: 15477519.
HSL color Cylindrical-coordinate representation of color #0F2BEC: hue angle of 232.4º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2BEC is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 15 | 43 | 236 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.07 |
| HSL | 232.4º | 0.88% | 0.49% | - |
| HSV(B) | 232.4º | 0.94% | 0.93% | - |
| XYZ | 16.2 | 7.89 | 80.03 | - |
| YUV | 56.63 | 229.22 | 98.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 43 | 236 | 0.94 | 0.82 | 0 | 0.07 | 232.4 | 0.88 | 0.49 |
| Hex | F | 2B | EC | 5E | 52 | 0 | 7 | E8 | 58 | 31 |
| Octal | 17 | 53 | 354 | 136 | 122 | 0 | 7 | 350 | 130 | 61 |
| Binary | 1111 | 101011 | 11101100 | 1011110 | 1010010 | 0 | 111 | 11101000 | 1011000 | 110001 |
Color Harmonies of #0F2BEC
Complementary color
Monochromatic Colors of #0F2BEC
Black with #0F2BEC
Text Example
Text Example
White with #0F2BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2BEC; }
p { color: rgb(15,43,236); }
H1.HeaderClassName
{
color: #0F2BEC;
}
.AnyTagClassName
{
color: #0F2BEC;
}
</style>
background-color css
<style>
a { background-color: #0F2BEC; }
a { background-color: rgb(15,43,236); }
div.DivClassName
{
background-color: #0F2BEC;
}
.BgClassName
{
background-color: #0F2BEC;
}
</style>
border-color css
<style>
span { border-color: #0F2BEC; }
span { border-color: rgb(15,43,236); }
td.TdClassName
{
border-color: #0F2BEC;
}
.TagClassName
{
border-color: #0F2BEC;
}
</style>