Shades of Blue #042BEC
Tints of Blue #042BEC
RGB
CMYK
RGB Variations
Color information
#042BEC (or 0x042BEC) is known color: Blue. HEX triplet: 04, 2B and EC. RGB value is (4,43,236). Sum of RGB (Red+Green+Blue) = 4+43+236=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 236 (92.58% from 255 or 83.39% from 283); Max value from RGB is 236 - color contains mainly: blue. Hex color #042BEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042BEC is #FBD413. Grayscale: #343434. Windows color (decimal): -16503828 or 15477508. OLE color: 15477508.
HSL color Cylindrical-coordinate representation of color #042BEC: hue angle of 229.91º 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 #042BEC is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 43 | 236 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.07 |
| HSL | 229.91º | 0.97% | 0.47% | - |
| HSV(B) | 229.91º | 0.98% | 0.93% | - |
| XYZ | 16.05 | 7.81 | 80.02 | - |
| YUV | 53.34 | 231.08 | 92.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 236 | 0.98 | 0.82 | 0 | 0.07 | 229.91 | 0.97 | 0.47 |
| Hex | 4 | 2B | EC | 62 | 52 | 0 | 7 | E6 | 61 | 2F |
| Octal | 4 | 53 | 354 | 142 | 122 | 0 | 7 | 346 | 141 | 57 |
| Binary | 100 | 101011 | 11101100 | 1100010 | 1010010 | 0 | 111 | 11100110 | 1100001 | 101111 |
Color Harmonies of #042BEC
Complementary color
Monochromatic Colors of #042BEC
Black with #042BEC
Text Example
Text Example
White with #042BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BEC; }
p { color: rgb(4,43,236); }
H1.HeaderClassName
{
color: #042BEC;
}
.AnyTagClassName
{
color: #042BEC;
}
</style>
background-color css
<style>
a { background-color: #042BEC; }
a { background-color: rgb(4,43,236); }
div.DivClassName
{
background-color: #042BEC;
}
.BgClassName
{
background-color: #042BEC;
}
</style>
border-color css
<style>
span { border-color: #042BEC; }
span { border-color: rgb(4,43,236); }
td.TdClassName
{
border-color: #042BEC;
}
.TagClassName
{
border-color: #042BEC;
}
</style>