Shades of Blue #0F2FFF
Tints of Blue #0F2FFF
RGB
CMYK
RGB Variations
Color information
#0F2FFF (or 0x0F2FFF) is known color: Blue. HEX triplet: 0F, 2F and FF. RGB value is (15,47,255). Sum of RGB (Red+Green+Blue) = 15+47+255=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 47 (18.75% from 255 or 14.83% from 317); Blue value is 255 (100% from 255 or 80.44% from 317); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F2FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2FFF is #F0D000. Grayscale: #3C3C3C. Windows color (decimal): -15781889 or 16723727. OLE color: 16723727.
HSL color Cylindrical-coordinate representation of color #0F2FFF: hue angle of 232º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2FFF is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 47 | 255 | - |
| CMYK | 0.94 | 0.82 | 0 | 0 |
| HSL | 232º | 1% | 0.53% | - |
| HSV(B) | 232º | 0.94% | 1% | - |
| XYZ | 19.26 | 9.35 | 95.4 | - |
| YUV | 61.14 | 237.4 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 47 | 255 | 0.94 | 0.82 | 0 | 0 | 232 | 1 | 0.53 |
| Hex | F | 2F | FF | 5E | 52 | 0 | 0 | E8 | 64 | 35 |
| Octal | 17 | 57 | 377 | 136 | 122 | 0 | 0 | 350 | 144 | 65 |
| Binary | 1111 | 101111 | 11111111 | 1011110 | 1010010 | 0 | 0 | 11101000 | 1100100 | 110101 |
Color Harmonies of #0F2FFF
Complementary color
Monochromatic Colors of #0F2FFF
Black with #0F2FFF
Text Example
Text Example
White with #0F2FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2FFF; }
p { color: rgb(15,47,255); }
H1.HeaderClassName
{
color: #0F2FFF;
}
.AnyTagClassName
{
color: #0F2FFF;
}
</style>
background-color css
<style>
a { background-color: #0F2FFF; }
a { background-color: rgb(15,47,255); }
div.DivClassName
{
background-color: #0F2FFF;
}
.BgClassName
{
background-color: #0F2FFF;
}
</style>
border-color css
<style>
span { border-color: #0F2FFF; }
span { border-color: rgb(15,47,255); }
td.TdClassName
{
border-color: #0F2FFF;
}
.TagClassName
{
border-color: #0F2FFF;
}
</style>