Shades of Blue #042BED
Tints of Blue #042BED
RGB
CMYK
RGB Variations
Color information
#042BED (or 0x042BED) is known color: Blue. HEX triplet: 04, 2B and ED. RGB value is (4,43,237). Sum of RGB (Red+Green+Blue) = 4+43+237=284 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 237 (92.97% from 255 or 83.45% from 284); Max value from RGB is 237 - color contains mainly: blue. Hex color #042BED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042BED is #FBD412. Grayscale: #343434. Windows color (decimal): -16503827 or 15543044. OLE color: 15543044.
HSL color Cylindrical-coordinate representation of color #042BED: hue angle of 229.96º 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 #042BED is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 43 | 237 | - |
| CMYK | 0.98 | 0.82 | 0 | 0.07 |
| HSL | 229.96º | 0.97% | 0.47% | - |
| HSV(B) | 229.96º | 0.98% | 0.93% | - |
| XYZ | 16.2 | 7.87 | 80.79 | - |
| YUV | 53.46 | 231.58 | 92.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 237 | 0.98 | 0.82 | 0 | 0.07 | 229.96 | 0.97 | 0.47 |
| Hex | 4 | 2B | ED | 62 | 52 | 0 | 7 | E6 | 61 | 2F |
| Octal | 4 | 53 | 355 | 142 | 122 | 0 | 7 | 346 | 141 | 57 |
| Binary | 100 | 101011 | 11101101 | 1100010 | 1010010 | 0 | 111 | 11100110 | 1100001 | 101111 |
Color Harmonies of #042BED
Complementary color
Monochromatic Colors of #042BED
Black with #042BED
Text Example
Text Example
White with #042BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BED; }
p { color: rgb(4,43,237); }
H1.HeaderClassName
{
color: #042BED;
}
.AnyTagClassName
{
color: #042BED;
}
</style>
background-color css
<style>
a { background-color: #042BED; }
a { background-color: rgb(4,43,237); }
div.DivClassName
{
background-color: #042BED;
}
.BgClassName
{
background-color: #042BED;
}
</style>
border-color css
<style>
span { border-color: #042BED; }
span { border-color: rgb(4,43,237); }
td.TdClassName
{
border-color: #042BED;
}
.TagClassName
{
border-color: #042BED;
}
</style>