Shades of Blue #0F2FF6
Tints of Blue #0F2FF6
RGB
CMYK
RGB Variations
Color information
#0F2FF6 (or 0x0F2FF6) is known color: Blue. HEX triplet: 0F, 2F and F6. RGB value is (15,47,246). Sum of RGB (Red+Green+Blue) = 15+47+246=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 246 (96.48% from 255 or 79.87% from 308); Max value from RGB is 246 - color contains mainly: blue. Hex color #0F2FF6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2FF6 is #F0D009. Grayscale: #3B3B3B. Windows color (decimal): -15781898 or 16133903. OLE color: 16133903.
HSL color Cylindrical-coordinate representation of color #0F2FF6: hue angle of 231.69º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2FF6 is Cyan = 0.94, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 15 | 47 | 246 | - |
| CMYK | 0.94 | 0.81 | 0 | 0.04 |
| HSL | 231.69º | 0.93% | 0.51% | - |
| HSV(B) | 231.69º | 0.94% | 0.96% | - |
| XYZ | 17.85 | 8.79 | 87.94 | - |
| YUV | 60.12 | 232.9 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 246 | 0.94 | 0.81 | 0 | 0.04 | 231.69 | 0.93 | 0.51 |
| Hex | F | 2F | F6 | 5E | 51 | 0 | 4 | E8 | 5D | 33 |
| Octal | 17 | 57 | 366 | 136 | 121 | 0 | 4 | 350 | 135 | 63 |
| Binary | 1111 | 101111 | 11110110 | 1011110 | 1010001 | 0 | 100 | 11101000 | 1011101 | 110011 |
Color Harmonies of #0F2FF6
Complementary color
Monochromatic Colors of #0F2FF6
Black with #0F2FF6
Text Example
Text Example
White with #0F2FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2FF6; }
p { color: rgb(15,47,246); }
H1.HeaderClassName
{
color: #0F2FF6;
}
.AnyTagClassName
{
color: #0F2FF6;
}
</style>
background-color css
<style>
a { background-color: #0F2FF6; }
a { background-color: rgb(15,47,246); }
div.DivClassName
{
background-color: #0F2FF6;
}
.BgClassName
{
background-color: #0F2FF6;
}
</style>
border-color css
<style>
span { border-color: #0F2FF6; }
span { border-color: rgb(15,47,246); }
td.TdClassName
{
border-color: #0F2FF6;
}
.TagClassName
{
border-color: #0F2FF6;
}
</style>