Shades of Blue #0F2AFC
Tints of Blue #0F2AFC
RGB
CMYK
RGB Variations
Color information
#0F2AFC (or 0x0F2AFC) is known color: Blue. HEX triplet: 0F, 2A and FC. RGB value is (15,42,252). Sum of RGB (Red+Green+Blue) = 15+42+252=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 252 (98.83% from 255 or 81.55% from 309); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F2AFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2AFC is #F0D503. Grayscale: #393939. Windows color (decimal): -15783172 or 16525839. OLE color: 16525839.
HSL color Cylindrical-coordinate representation of color #0F2AFC: hue angle of 233.16º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F2AFC is Cyan = 0.94, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 15 | 42 | 252 | - |
| CMYK | 0.94 | 0.83 | 0 | 0.01 |
| HSL | 233.16º | 0.98% | 0.52% | - |
| HSV(B) | 233.16º | 0.94% | 0.99% | - |
| XYZ | 18.6 | 8.79 | 92.81 | - |
| YUV | 57.87 | 237.55 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 252 | 0.94 | 0.83 | 0 | 0.01 | 233.16 | 0.98 | 0.52 |
| Hex | F | 2A | FC | 5E | 53 | 0 | 1 | E9 | 62 | 34 |
| Octal | 17 | 52 | 374 | 136 | 123 | 0 | 1 | 351 | 142 | 64 |
| Binary | 1111 | 101010 | 11111100 | 1011110 | 1010011 | 0 | 1 | 11101001 | 1100010 | 110100 |
Color Harmonies of #0F2AFC
Complementary color
Monochromatic Colors of #0F2AFC
Black with #0F2AFC
Text Example
Text Example
White with #0F2AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AFC; }
p { color: rgb(15,42,252); }
H1.HeaderClassName
{
color: #0F2AFC;
}
.AnyTagClassName
{
color: #0F2AFC;
}
</style>
background-color css
<style>
a { background-color: #0F2AFC; }
a { background-color: rgb(15,42,252); }
div.DivClassName
{
background-color: #0F2AFC;
}
.BgClassName
{
background-color: #0F2AFC;
}
</style>
border-color css
<style>
span { border-color: #0F2AFC; }
span { border-color: rgb(15,42,252); }
td.TdClassName
{
border-color: #0F2AFC;
}
.TagClassName
{
border-color: #0F2AFC;
}
</style>