Shades of Blue #0429EE
Tints of Blue #0429EE
RGB
CMYK
RGB Variations
Color information
#0429EE (or 0x0429EE) is known color: Blue. HEX triplet: 04, 29 and EE. RGB value is (4,41,238). Sum of RGB (Red+Green+Blue) = 4+41+238=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 238 (93.36% from 255 or 84.10% from 283); Max value from RGB is 238 - color contains mainly: blue. Hex color #0429EE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0429EE is #FBD611. Grayscale: #333333. Windows color (decimal): -16504338 or 15608068. OLE color: 15608068.
HSL color Cylindrical-coordinate representation of color #0429EE: hue angle of 230.51º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0429EE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 41 | 238 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.07 |
| HSL | 230.51º | 0.97% | 0.47% | - |
| HSV(B) | 230.51º | 0.98% | 0.93% | - |
| XYZ | 16.28 | 7.78 | 81.53 | - |
| YUV | 52.4 | 232.74 | 93.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 41 | 238 | 0.98 | 0.83 | 0 | 0.07 | 230.51 | 0.97 | 0.47 |
| Hex | 4 | 29 | EE | 62 | 53 | 0 | 7 | E7 | 61 | 2F |
| Octal | 4 | 51 | 356 | 142 | 123 | 0 | 7 | 347 | 141 | 57 |
| Binary | 100 | 101001 | 11101110 | 1100010 | 1010011 | 0 | 111 | 11100111 | 1100001 | 101111 |
Color Harmonies of #0429EE
Complementary color
Monochromatic Colors of #0429EE
Black with #0429EE
Text Example
Text Example
White with #0429EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0429EE; }
p { color: rgb(4,41,238); }
H1.HeaderClassName
{
color: #0429EE;
}
.AnyTagClassName
{
color: #0429EE;
}
</style>
background-color css
<style>
a { background-color: #0429EE; }
a { background-color: rgb(4,41,238); }
div.DivClassName
{
background-color: #0429EE;
}
.BgClassName
{
background-color: #0429EE;
}
</style>
border-color css
<style>
span { border-color: #0429EE; }
span { border-color: rgb(4,41,238); }
td.TdClassName
{
border-color: #0429EE;
}
.TagClassName
{
border-color: #0429EE;
}
</style>