Shades of Blue #042EEE
Tints of Blue #042EEE
RGB
CMYK
RGB Variations
Color information
#042EEE (or 0x042EEE) is known color: Blue. HEX triplet: 04, 2E and EE. RGB value is (4,46,238). Sum of RGB (Red+Green+Blue) = 4+46+238=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 238 (93.36% from 255 or 82.64% from 288); Max value from RGB is 238 - color contains mainly: blue. Hex color #042EEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042EEE is #FBD111. Grayscale: #363636. Windows color (decimal): -16503058 or 15609348. OLE color: 15609348.
HSL color Cylindrical-coordinate representation of color #042EEE: hue angle of 229.23º 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 #042EEE is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 46 | 238 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.07 |
| HSL | 229.23º | 0.97% | 0.47% | - |
| HSV(B) | 229.23º | 0.98% | 0.93% | - |
| XYZ | 16.46 | 8.15 | 81.6 | - |
| YUV | 55.33 | 231.09 | 91.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 46 | 238 | 0.98 | 0.81 | 0 | 0.07 | 229.23 | 0.97 | 0.47 |
| Hex | 4 | 2E | EE | 62 | 51 | 0 | 7 | E5 | 61 | 2F |
| Octal | 4 | 56 | 356 | 142 | 121 | 0 | 7 | 345 | 141 | 57 |
| Binary | 100 | 101110 | 11101110 | 1100010 | 1010001 | 0 | 111 | 11100101 | 1100001 | 101111 |
Color Harmonies of #042EEE
Complementary color
Monochromatic Colors of #042EEE
Black with #042EEE
Text Example
Text Example
White with #042EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042EEE; }
p { color: rgb(4,46,238); }
H1.HeaderClassName
{
color: #042EEE;
}
.AnyTagClassName
{
color: #042EEE;
}
</style>
background-color css
<style>
a { background-color: #042EEE; }
a { background-color: rgb(4,46,238); }
div.DivClassName
{
background-color: #042EEE;
}
.BgClassName
{
background-color: #042EEE;
}
</style>
border-color css
<style>
span { border-color: #042EEE; }
span { border-color: rgb(4,46,238); }
td.TdClassName
{
border-color: #042EEE;
}
.TagClassName
{
border-color: #042EEE;
}
</style>