Shades of Blue #042CEB
Tints of Blue #042CEB
RGB
CMYK
RGB Variations
Color information
#042CEB (or 0x042CEB) is known color: Blue. HEX triplet: 04, 2C and EB. RGB value is (4,44,235). Sum of RGB (Red+Green+Blue) = 4+44+235=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #042CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042CEB is #FBD314. Grayscale: #353535. Windows color (decimal): -16503573 or 15412228. OLE color: 15412228.
HSL color Cylindrical-coordinate representation of color #042CEB: hue angle of 229.61º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042CEB is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 4 | 44 | 235 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.08 |
| HSL | 229.61º | 0.97% | 0.47% | - |
| HSV(B) | 229.61º | 0.98% | 0.92% | - |
| XYZ | 15.95 | 7.83 | 79.27 | - |
| YUV | 53.81 | 230.25 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 44 | 235 | 0.98 | 0.81 | 0 | 0.08 | 229.61 | 0.97 | 0.47 |
| Hex | 4 | 2C | EB | 62 | 51 | 0 | 8 | E6 | 61 | 2F |
| Octal | 4 | 54 | 353 | 142 | 121 | 0 | 10 | 346 | 141 | 57 |
| Binary | 100 | 101100 | 11101011 | 1100010 | 1010001 | 0 | 1000 | 11100110 | 1100001 | 101111 |
Color Harmonies of #042CEB
Complementary color
Monochromatic Colors of #042CEB
Black with #042CEB
Text Example
Text Example
White with #042CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042CEB; }
p { color: rgb(4,44,235); }
H1.HeaderClassName
{
color: #042CEB;
}
.AnyTagClassName
{
color: #042CEB;
}
</style>
background-color css
<style>
a { background-color: #042CEB; }
a { background-color: rgb(4,44,235); }
div.DivClassName
{
background-color: #042CEB;
}
.BgClassName
{
background-color: #042CEB;
}
</style>
border-color css
<style>
span { border-color: #042CEB; }
span { border-color: rgb(4,44,235); }
td.TdClassName
{
border-color: #042CEB;
}
.TagClassName
{
border-color: #042CEB;
}
</style>