Shades of Blue #0F2AEF
Tints of Blue #0F2AEF
RGB
CMYK
RGB Variations
Color information
#0F2AEF (or 0x0F2AEF) is known color: Blue. HEX triplet: 0F, 2A and EF. RGB value is (15,42,239). Sum of RGB (Red+Green+Blue) = 15+42+239=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 42 (16.80% from 255 or 14.19% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F2AEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2AEF is #F0D510. Grayscale: #373737. Windows color (decimal): -15783185 or 15673871. OLE color: 15673871.
HSL color Cylindrical-coordinate representation of color #0F2AEF: hue angle of 232.77º 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 #0F2AEF is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 42 | 239 | - |
| CMYK | 0.94 | 0.82 | 0 | 0.06 |
| HSL | 232.77º | 0.88% | 0.5% | - |
| HSV(B) | 232.77º | 0.94% | 0.94% | - |
| XYZ | 16.6 | 7.99 | 82.33 | - |
| YUV | 56.39 | 231.05 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 239 | 0.94 | 0.82 | 0 | 0.06 | 232.77 | 0.88 | 0.5 |
| Hex | F | 2A | EF | 5E | 52 | 0 | 6 | E9 | 58 | 32 |
| Octal | 17 | 52 | 357 | 136 | 122 | 0 | 6 | 351 | 130 | 62 |
| Binary | 1111 | 101010 | 11101111 | 1011110 | 1010010 | 0 | 110 | 11101001 | 1011000 | 110010 |
Color Harmonies of #0F2AEF
Complementary color
Monochromatic Colors of #0F2AEF
Black with #0F2AEF
Text Example
Text Example
White with #0F2AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AEF; }
p { color: rgb(15,42,239); }
H1.HeaderClassName
{
color: #0F2AEF;
}
.AnyTagClassName
{
color: #0F2AEF;
}
</style>
background-color css
<style>
a { background-color: #0F2AEF; }
a { background-color: rgb(15,42,239); }
div.DivClassName
{
background-color: #0F2AEF;
}
.BgClassName
{
background-color: #0F2AEF;
}
</style>
border-color css
<style>
span { border-color: #0F2AEF; }
span { border-color: rgb(15,42,239); }
td.TdClassName
{
border-color: #0F2AEF;
}
.TagClassName
{
border-color: #0F2AEF;
}
</style>