Shades of Blue #0F2CEF
Tints of Blue #0F2CEF
RGB
CMYK
RGB Variations
Color information
#0F2CEF (or 0x0F2CEF) is known color: Blue. HEX triplet: 0F, 2C and EF. RGB value is (15,44,239). Sum of RGB (Red+Green+Blue) = 15+44+239=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 239 (93.75% from 255 or 80.20% from 298); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F2CEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2CEF is #F0D310. Grayscale: #383838. Windows color (decimal): -15782673 or 15674383. OLE color: 15674383.
HSL color Cylindrical-coordinate representation of color #0F2CEF: hue angle of 232.23º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2CEF is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 44 | 239 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.06 |
| HSL | 232.23º | 0.88% | 0.5% | - |
| HSV(B) | 232.23º | 0.94% | 0.94% | - |
| XYZ | 16.68 | 8.13 | 82.35 | - |
| YUV | 57.56 | 230.39 | 97.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 44 | 239 | 0.94 | 0.82 | 0 | 0.06 | 232.23 | 0.88 | 0.5 |
| Hex | F | 2C | EF | 5E | 52 | 0 | 6 | E8 | 58 | 32 |
| Octal | 17 | 54 | 357 | 136 | 122 | 0 | 6 | 350 | 130 | 62 |
| Binary | 1111 | 101100 | 11101111 | 1011110 | 1010010 | 0 | 110 | 11101000 | 1011000 | 110010 |
Color Harmonies of #0F2CEF
Complementary color
Monochromatic Colors of #0F2CEF
Black with #0F2CEF
Text Example
Text Example
White with #0F2CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2CEF; }
p { color: rgb(15,44,239); }
H1.HeaderClassName
{
color: #0F2CEF;
}
.AnyTagClassName
{
color: #0F2CEF;
}
</style>
background-color css
<style>
a { background-color: #0F2CEF; }
a { background-color: rgb(15,44,239); }
div.DivClassName
{
background-color: #0F2CEF;
}
.BgClassName
{
background-color: #0F2CEF;
}
</style>
border-color css
<style>
span { border-color: #0F2CEF; }
span { border-color: rgb(15,44,239); }
td.TdClassName
{
border-color: #0F2CEF;
}
.TagClassName
{
border-color: #0F2CEF;
}
</style>