Shades of Blue #0029EF
Tints of Blue #0029EF
RGB
CMYK
RGB Variations
Color information
#0029EF (or 0x0029EF) is known color: Blue. HEX triplet: 00, 29 and EF. RGB value is (0,41,239). Sum of RGB (Red+Green+Blue) = 0+41+239=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 239 (93.75% from 255 or 85.36% from 280); Max value from RGB is 239 - color contains mainly: blue. Hex color #0029EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0029EF is #FFD610. Grayscale: #323232. Windows color (decimal): -16766481 or 15673600. OLE color: 15673600.
HSL color Cylindrical-coordinate representation of color #0029EF: hue angle of 229.71º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0029EF is Cyan = 1, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 0 | 41 | 239 | - |
| CMYK | 1 | 0.83 | 0 | 0.06 |
| HSL | 229.71º | 1% | 0.47% | - |
| HSV(B) | 229.71º | 1% | 0.94% | - |
| XYZ | 16.37 | 7.82 | 82.31 | - |
| YUV | 51.31 | 233.92 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 41 | 239 | 1 | 0.83 | 0 | 0.06 | 229.71 | 1 | 0.47 |
| Hex | 0 | 29 | EF | 64 | 53 | 0 | 6 | E6 | 64 | 2F |
| Octal | 0 | 51 | 357 | 144 | 123 | 0 | 6 | 346 | 144 | 57 |
| Binary | 0 | 101001 | 11101111 | 1100100 | 1010011 | 0 | 110 | 11100110 | 1100100 | 101111 |
Color Harmonies of #0029EF
Complementary color
Monochromatic Colors of #0029EF
Black with #0029EF
Text Example
Text Example
White with #0029EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0029EF; }
p { color: rgb(0,41,239); }
H1.HeaderClassName
{
color: #0029EF;
}
.AnyTagClassName
{
color: #0029EF;
}
</style>
background-color css
<style>
a { background-color: #0029EF; }
a { background-color: rgb(0,41,239); }
div.DivClassName
{
background-color: #0029EF;
}
.BgClassName
{
background-color: #0029EF;
}
</style>
border-color css
<style>
span { border-color: #0029EF; }
span { border-color: rgb(0,41,239); }
td.TdClassName
{
border-color: #0029EF;
}
.TagClassName
{
border-color: #0029EF;
}
</style>