Shades of Blue #0F29FF
Tints of Blue #0F29FF
RGB
CMYK
RGB Variations
Color information
#0F29FF (or 0x0F29FF) is known color: Blue. HEX triplet: 0F, 29 and FF. RGB value is (15,41,255). Sum of RGB (Red+Green+Blue) = 15+41+255=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 41 (16.41% from 255 or 13.18% from 311); Blue value is 255 (100% from 255 or 81.99% from 311); Max value from RGB is 255 - color contains mainly: blue. Hex color #0F29FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F29FF is #F0D600. Grayscale: #383838. Windows color (decimal): -15783425 or 16722191. OLE color: 16722191.
HSL color Cylindrical-coordinate representation of color #0F29FF: hue angle of 233.5º 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 #0F29FF is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 15 | 41 | 255 | - |
| CMYK | 0.94 | 0.84 | 0 | 0 |
| HSL | 233.5º | 1% | 0.53% | - |
| HSV(B) | 233.5º | 0.94% | 1% | - |
| XYZ | 19.04 | 8.91 | 95.32 | - |
| YUV | 57.62 | 239.39 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 41 | 255 | 0.94 | 0.84 | 0 | 0 | 233.5 | 1 | 0.53 |
| Hex | F | 29 | FF | 5E | 54 | 0 | 0 | EA | 64 | 35 |
| Octal | 17 | 51 | 377 | 136 | 124 | 0 | 0 | 352 | 144 | 65 |
| Binary | 1111 | 101001 | 11111111 | 1011110 | 1010100 | 0 | 0 | 11101010 | 1100100 | 110101 |
Color Harmonies of #0F29FF
Complementary color
Monochromatic Colors of #0F29FF
Black with #0F29FF
Text Example
Text Example
White with #0F29FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F29FF; }
p { color: rgb(15,41,255); }
H1.HeaderClassName
{
color: #0F29FF;
}
.AnyTagClassName
{
color: #0F29FF;
}
</style>
background-color css
<style>
a { background-color: #0F29FF; }
a { background-color: rgb(15,41,255); }
div.DivClassName
{
background-color: #0F29FF;
}
.BgClassName
{
background-color: #0F29FF;
}
</style>
border-color css
<style>
span { border-color: #0F29FF; }
span { border-color: rgb(15,41,255); }
td.TdClassName
{
border-color: #0F29FF;
}
.TagClassName
{
border-color: #0F29FF;
}
</style>