Shades of Blue #0F22EF
Tints of Blue #0F22EF
RGB
CMYK
RGB Variations
Color information
#0F22EF (or 0x0F22EF) is known color: Blue. HEX triplet: 0F, 22 and EF. RGB value is (15,34,239). Sum of RGB (Red+Green+Blue) = 15+34+239=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 34 (13.67% from 255 or 11.81% from 288); Blue value is 239 (93.75% from 255 or 82.99% from 288); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F22EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F22EF is #F0DD10. Grayscale: #323232. Windows color (decimal): -15785233 or 15671823. OLE color: 15671823.
HSL color Cylindrical-coordinate representation of color #0F22EF: hue angle of 234.91º 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 #0F22EF is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 34 | 239 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.06 |
| HSL | 234.91º | 0.88% | 0.5% | - |
| HSV(B) | 234.91º | 0.94% | 0.94% | - |
| XYZ | 16.35 | 7.48 | 82.24 | - |
| YUV | 51.69 | 233.71 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 34 | 239 | 0.94 | 0.86 | 0 | 0.06 | 234.91 | 0.88 | 0.5 |
| Hex | F | 22 | EF | 5E | 56 | 0 | 6 | EB | 58 | 32 |
| Octal | 17 | 42 | 357 | 136 | 126 | 0 | 6 | 353 | 130 | 62 |
| Binary | 1111 | 100010 | 11101111 | 1011110 | 1010110 | 0 | 110 | 11101011 | 1011000 | 110010 |
Color Harmonies of #0F22EF
Complementary color
Monochromatic Colors of #0F22EF
Black with #0F22EF
Text Example
Text Example
White with #0F22EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F22EF; }
p { color: rgb(15,34,239); }
H1.HeaderClassName
{
color: #0F22EF;
}
.AnyTagClassName
{
color: #0F22EF;
}
</style>
background-color css
<style>
a { background-color: #0F22EF; }
a { background-color: rgb(15,34,239); }
div.DivClassName
{
background-color: #0F22EF;
}
.BgClassName
{
background-color: #0F22EF;
}
</style>
border-color css
<style>
span { border-color: #0F22EF; }
span { border-color: rgb(15,34,239); }
td.TdClassName
{
border-color: #0F22EF;
}
.TagClassName
{
border-color: #0F22EF;
}
</style>