Shades of Blue #0F21EF
Tints of Blue #0F21EF
RGB
CMYK
RGB Variations
Color information
#0F21EF (or 0x0F21EF) is known color: Blue. HEX triplet: 0F, 21 and EF. RGB value is (15,33,239). Sum of RGB (Red+Green+Blue) = 15+33+239=287 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.23% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 239 (93.75% from 255 or 83.28% from 287); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F21EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F21EF is #F0DE10. Grayscale: #323232. Windows color (decimal): -15785489 or 15671567. OLE color: 15671567.
HSL color Cylindrical-coordinate representation of color #0F21EF: hue angle of 235.18º 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 #0F21EF is Cyan = 0.94, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 33 | 239 | - |
| CMYK | 0.94 | 0.86 | 0 | 0.06 |
| HSL | 235.18º | 0.88% | 0.5% | - |
| HSV(B) | 235.18º | 0.94% | 0.94% | - |
| XYZ | 16.32 | 7.42 | 82.23 | - |
| YUV | 51.1 | 234.04 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 33 | 239 | 0.94 | 0.86 | 0 | 0.06 | 235.18 | 0.88 | 0.5 |
| Hex | F | 21 | EF | 5E | 56 | 0 | 6 | EB | 58 | 32 |
| Octal | 17 | 41 | 357 | 136 | 126 | 0 | 6 | 353 | 130 | 62 |
| Binary | 1111 | 100001 | 11101111 | 1011110 | 1010110 | 0 | 110 | 11101011 | 1011000 | 110010 |
Color Harmonies of #0F21EF
Complementary color
Monochromatic Colors of #0F21EF
Black with #0F21EF
Text Example
Text Example
White with #0F21EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F21EF; }
p { color: rgb(15,33,239); }
H1.HeaderClassName
{
color: #0F21EF;
}
.AnyTagClassName
{
color: #0F21EF;
}
</style>
background-color css
<style>
a { background-color: #0F21EF; }
a { background-color: rgb(15,33,239); }
div.DivClassName
{
background-color: #0F21EF;
}
.BgClassName
{
background-color: #0F21EF;
}
</style>
border-color css
<style>
span { border-color: #0F21EF; }
span { border-color: rgb(15,33,239); }
td.TdClassName
{
border-color: #0F21EF;
}
.TagClassName
{
border-color: #0F21EF;
}
</style>