Shades of Blue #0F2AFF
Tints of Blue #0F2AFF
RGB
CMYK
RGB Variations
Color information
#0F2AFF (or 0x0F2AFF) is known color: Blue. HEX triplet: 0F, 2A and FF. RGB value is (15,42,255). Sum of RGB (Red+Green+Blue) = 15+42+255=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 42 (16.80% from 255 or 13.46% from 312); Blue value is 255 (100% from 255 or 81.73% from 312); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F2AFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F2AFF is #F0D500. Grayscale: #393939. Windows color (decimal): -15783169 or 16722447. OLE color: 16722447.
HSL color Cylindrical-coordinate representation of color #0F2AFF: hue angle of 233.25º 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 #0F2AFF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 42 | 255 | - |
| CMYK | 0.94 | 0.84 | 0 | 0 |
| HSL | 233.25º | 1% | 0.53% | - |
| HSV(B) | 233.25º | 0.94% | 1% | - |
| XYZ | 19.07 | 8.98 | 95.34 | - |
| YUV | 58.21 | 239.05 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 42 | 255 | 0.94 | 0.84 | 0 | 0 | 233.25 | 1 | 0.53 |
| Hex | F | 2A | FF | 5E | 54 | 0 | 0 | E9 | 64 | 35 |
| Octal | 17 | 52 | 377 | 136 | 124 | 0 | 0 | 351 | 144 | 65 |
| Binary | 1111 | 101010 | 11111111 | 1011110 | 1010100 | 0 | 0 | 11101001 | 1100100 | 110101 |
Color Harmonies of #0F2AFF
Complementary color
Monochromatic Colors of #0F2AFF
Black with #0F2AFF
Text Example
Text Example
White with #0F2AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F2AFF; }
p { color: rgb(15,42,255); }
H1.HeaderClassName
{
color: #0F2AFF;
}
.AnyTagClassName
{
color: #0F2AFF;
}
</style>
background-color css
<style>
a { background-color: #0F2AFF; }
a { background-color: rgb(15,42,255); }
div.DivClassName
{
background-color: #0F2AFF;
}
.BgClassName
{
background-color: #0F2AFF;
}
</style>
border-color css
<style>
span { border-color: #0F2AFF; }
span { border-color: rgb(15,42,255); }
td.TdClassName
{
border-color: #0F2AFF;
}
.TagClassName
{
border-color: #0F2AFF;
}
</style>