Shades of Blue #0029EB
Tints of Blue #0029EB
RGB
CMYK
RGB Variations
Color information
#0029EB (or 0x0029EB) is known color: Blue. HEX triplet: 00, 29 and EB. RGB value is (0,41,235). Sum of RGB (Red+Green+Blue) = 0+41+235=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 235 (92.19% from 255 or 85.14% from 276); Max value from RGB is 235 - color contains mainly: blue. Hex color #0029EB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0029EB is #FFD614. Grayscale: #323232. Windows color (decimal): -16766485 or 15411456. OLE color: 15411456.
HSL color Cylindrical-coordinate representation of color #0029EB: hue angle of 229.53º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029EB is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 41 | 235 | - |
| CMYK | 1 | 0.83 | 0 | 0.08 |
| HSL | 229.53º | 1% | 0.46% | - |
| HSV(B) | 229.53º | 1% | 0.92% | - |
| XYZ | 15.79 | 7.58 | 79.23 | - |
| YUV | 50.86 | 231.92 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 235 | 1 | 0.83 | 0 | 0.08 | 229.53 | 1 | 0.46 |
| Hex | 0 | 29 | EB | 64 | 53 | 0 | 8 | E6 | 64 | 2E |
| Octal | 0 | 51 | 353 | 144 | 123 | 0 | 10 | 346 | 144 | 56 |
| Binary | 0 | 101001 | 11101011 | 1100100 | 1010011 | 0 | 1000 | 11100110 | 1100100 | 101110 |
Color Harmonies of #0029EB
Complementary color
Monochromatic Colors of #0029EB
Black with #0029EB
Text Example
Text Example
White with #0029EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029EB; }
p { color: rgb(0,41,235); }
H1.HeaderClassName
{
color: #0029EB;
}
.AnyTagClassName
{
color: #0029EB;
}
</style>
background-color css
<style>
a { background-color: #0029EB; }
a { background-color: rgb(0,41,235); }
div.DivClassName
{
background-color: #0029EB;
}
.BgClassName
{
background-color: #0029EB;
}
</style>
border-color css
<style>
span { border-color: #0029EB; }
span { border-color: rgb(0,41,235); }
td.TdClassName
{
border-color: #0029EB;
}
.TagClassName
{
border-color: #0029EB;
}
</style>