Shades of Blue #0F29FE
Tints of Blue #0F29FE
RGB
CMYK
RGB Variations
Color information
#0F29FE (or 0x0F29FE) is known color: Blue. HEX triplet: 0F, 29 and FE. RGB value is (15,41,254). Sum of RGB (Red+Green+Blue) = 15+41+254=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 254 (99.61% from 255 or 81.94% from 310); Max value from RGB is 254 - color contains mainly: blue. Hex color #0F29FE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F29FE is #F0D601. Grayscale: #383838. Windows color (decimal): -15783426 or 16656655. OLE color: 16656655.
HSL color Cylindrical-coordinate representation of color #0F29FE: hue angle of 233.47º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F29FE is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 15 | 41 | 254 | - |
| CMYK | 0.94 | 0.84 | 0 | 0.00 |
| HSL | 233.47º | 0.99% | 0.53% | - |
| HSV(B) | 233.47º | 0.94% | 1% | - |
| XYZ | 18.88 | 8.84 | 94.48 | - |
| YUV | 57.51 | 238.89 | 97.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 254 | 0.94 | 0.84 | 0 | 0.00 | 233.47 | 0.99 | 0.53 |
| Hex | F | 29 | FE | 5E | 54 | 0 | 0 | E9 | 63 | 35 |
| Octal | 17 | 51 | 376 | 136 | 124 | 0 | 0 | 351 | 143 | 65 |
| Binary | 1111 | 101001 | 11111110 | 1011110 | 1010100 | 0 | 0 | 11101001 | 1100011 | 110101 |
Color Harmonies of #0F29FE
Complementary color
Monochromatic Colors of #0F29FE
Black with #0F29FE
Text Example
Text Example
White with #0F29FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F29FE; }
p { color: rgb(15,41,254); }
H1.HeaderClassName
{
color: #0F29FE;
}
.AnyTagClassName
{
color: #0F29FE;
}
</style>
background-color css
<style>
a { background-color: #0F29FE; }
a { background-color: rgb(15,41,254); }
div.DivClassName
{
background-color: #0F29FE;
}
.BgClassName
{
background-color: #0F29FE;
}
</style>
border-color css
<style>
span { border-color: #0F29FE; }
span { border-color: rgb(15,41,254); }
td.TdClassName
{
border-color: #0F29FE;
}
.TagClassName
{
border-color: #0F29FE;
}
</style>