Shades of Blue #0F0AEF
Tints of Blue #0F0AEF
RGB
CMYK
RGB Variations
Color information
#0F0AEF (or 0x0F0AEF) is known color: Blue. HEX triplet: 0F, 0A and EF. RGB value is (15,10,239). Sum of RGB (Red+Green+Blue) = 15+10+239=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 239 (93.75% from 255 or 90.53% from 264); Max value from RGB is 239 - color contains mainly: blue. Hex color #0F0AEF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0F0AEF is #F0F510. Grayscale: #242424. Windows color (decimal): -15791377 or 15665679. OLE color: 15665679.
HSL color Cylindrical-coordinate representation of color #0F0AEF: hue angle of 241.31º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0AEF is Cyan = 0.94, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 15 | 10 | 239 | - |
| CMYK | 0.94 | 0.96 | 0 | 0.06 |
| HSL | 241.31º | 0.92% | 0.49% | - |
| HSV(B) | 241.31º | 0.96% | 0.94% | - |
| XYZ | 15.89 | 6.55 | 82.09 | - |
| YUV | 37.6 | 241.66 | 111.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 10 | 239 | 0.94 | 0.96 | 0 | 0.06 | 241.31 | 0.92 | 0.49 |
| Hex | F | A | EF | 5E | 60 | 0 | 6 | F1 | 5C | 31 |
| Octal | 17 | 12 | 357 | 136 | 140 | 0 | 6 | 361 | 134 | 61 |
| Binary | 1111 | 1010 | 11101111 | 1011110 | 1100000 | 0 | 110 | 11110001 | 1011100 | 110001 |
Color Harmonies of #0F0AEF
Complementary color
Monochromatic Colors of #0F0AEF
Black with #0F0AEF
Text Example
Text Example
White with #0F0AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0AEF; }
p { color: rgb(15,10,239); }
H1.HeaderClassName
{
color: #0F0AEF;
}
.AnyTagClassName
{
color: #0F0AEF;
}
</style>
background-color css
<style>
a { background-color: #0F0AEF; }
a { background-color: rgb(15,10,239); }
div.DivClassName
{
background-color: #0F0AEF;
}
.BgClassName
{
background-color: #0F0AEF;
}
</style>
border-color css
<style>
span { border-color: #0F0AEF; }
span { border-color: rgb(15,10,239); }
td.TdClassName
{
border-color: #0F0AEF;
}
.TagClassName
{
border-color: #0F0AEF;
}
</style>