Shades of Blue #0029FF
Tints of Blue #0029FF
RGB
CMYK
RGB Variations
Color information
#0029FF (or 0x0029FF) is known color: Blue. HEX triplet: 00, 29 and FF. RGB value is (0,41,255). Sum of RGB (Red+Green+Blue) = 0+41+255=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 255 (100% from 255 or 86.15% from 296); Max value from RGB is 255 - color contains mainly: blue. Hex color #0029FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0029FF is #FFD600. Grayscale: #343434. Windows color (decimal): -16766465 or 16722176. OLE color: 16722176.
HSL color Cylindrical-coordinate representation of color #0029FF: hue angle of 230.35º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029FF is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 0 | 41 | 255 | - |
| CMYK | 1 | 0.84 | 0 | 0 |
| HSL | 230.35º | 1% | 0.5% | - |
| HSV(B) | 230.35º | 1% | 1% | - |
| XYZ | 18.84 | 8.81 | 95.31 | - |
| YUV | 53.14 | 241.92 | 90.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 255 | 1 | 0.84 | 0 | 0 | 230.35 | 1 | 0.5 |
| Hex | 0 | 29 | FF | 64 | 54 | 0 | 0 | E6 | 64 | 32 |
| Octal | 0 | 51 | 377 | 144 | 124 | 0 | 0 | 346 | 144 | 62 |
| Binary | 0 | 101001 | 11111111 | 1100100 | 1010100 | 0 | 0 | 11100110 | 1100100 | 110010 |
Color Harmonies of #0029FF
Complementary color
Monochromatic Colors of #0029FF
Black with #0029FF
Text Example
Text Example
White with #0029FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029FF; }
p { color: rgb(0,41,255); }
H1.HeaderClassName
{
color: #0029FF;
}
.AnyTagClassName
{
color: #0029FF;
}
</style>
background-color css
<style>
a { background-color: #0029FF; }
a { background-color: rgb(0,41,255); }
div.DivClassName
{
background-color: #0029FF;
}
.BgClassName
{
background-color: #0029FF;
}
</style>
border-color css
<style>
span { border-color: #0029FF; }
span { border-color: rgb(0,41,255); }
td.TdClassName
{
border-color: #0029FF;
}
.TagClassName
{
border-color: #0029FF;
}
</style>