Shades of Blue #0429FF
Tints of Blue #0429FF
RGB
CMYK
RGB Variations
Color information
#0429FF (or 0x0429FF) is known color: Blue. HEX triplet: 04, 29 and FF. RGB value is (4,41,255). Sum of RGB (Red+Green+Blue) = 4+41+255=300 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 300); Green value is 41 (16.41% from 255 or 13.67% from 300); Blue value is 255 (100% from 255 or 85% from 300); Max value from RGB is 255 - color contains mainly: blue. Hex color #0429FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0429FF is #FBD600. Grayscale: #353535. Windows color (decimal): -16504321 or 16722180. OLE color: 16722180.
HSL color Cylindrical-coordinate representation of color #0429FF: hue angle of 231.16º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429FF is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 41 | 255 | - |
| CMYK | 0.98 | 0.84 | 0 | 0 |
| HSL | 231.16º | 1% | 0.51% | - |
| HSV(B) | 231.16º | 0.98% | 1% | - |
| XYZ | 18.89 | 8.83 | 95.32 | - |
| YUV | 54.33 | 241.24 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 255 | 0.98 | 0.84 | 0 | 0 | 231.16 | 1 | 0.51 |
| Hex | 4 | 29 | FF | 62 | 54 | 0 | 0 | E7 | 64 | 33 |
| Octal | 4 | 51 | 377 | 142 | 124 | 0 | 0 | 347 | 144 | 63 |
| Binary | 100 | 101001 | 11111111 | 1100010 | 1010100 | 0 | 0 | 11100111 | 1100100 | 110011 |
Color Harmonies of #0429FF
Complementary color
Monochromatic Colors of #0429FF
Black with #0429FF
Text Example
Text Example
White with #0429FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429FF; }
p { color: rgb(4,41,255); }
H1.HeaderClassName
{
color: #0429FF;
}
.AnyTagClassName
{
color: #0429FF;
}
</style>
background-color css
<style>
a { background-color: #0429FF; }
a { background-color: rgb(4,41,255); }
div.DivClassName
{
background-color: #0429FF;
}
.BgClassName
{
background-color: #0429FF;
}
</style>
border-color css
<style>
span { border-color: #0429FF; }
span { border-color: rgb(4,41,255); }
td.TdClassName
{
border-color: #0429FF;
}
.TagClassName
{
border-color: #0429FF;
}
</style>