Shades of Blue #042BFE
Tints of Blue #042BFE
RGB
CMYK
RGB Variations
Color information
#042BFE (or 0x042BFE) is known color: Blue. HEX triplet: 04, 2B and FE. RGB value is (4,43,254). Sum of RGB (Red+Green+Blue) = 4+43+254=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 254 (99.61% from 255 or 84.39% from 301); Max value from RGB is 254 - color contains mainly: blue. Hex color #042BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042BFE is #FBD401. Grayscale: #363636. Windows color (decimal): -16503810 or 16657156. OLE color: 16657156.
HSL color Cylindrical-coordinate representation of color #042BFE: hue angle of 230.64º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BFE is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 43 | 254 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.00 |
| HSL | 230.64º | 0.99% | 0.51% | - |
| HSV(B) | 230.64º | 0.98% | 1% | - |
| XYZ | 18.8 | 8.91 | 94.49 | - |
| YUV | 55.39 | 240.08 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 254 | 0.98 | 0.83 | 0 | 0.00 | 230.64 | 0.99 | 0.51 |
| Hex | 4 | 2B | FE | 62 | 53 | 0 | 0 | E7 | 63 | 33 |
| Octal | 4 | 53 | 376 | 142 | 123 | 0 | 0 | 347 | 143 | 63 |
| Binary | 100 | 101011 | 11111110 | 1100010 | 1010011 | 0 | 0 | 11100111 | 1100011 | 110011 |
Color Harmonies of #042BFE
Complementary color
Monochromatic Colors of #042BFE
Black with #042BFE
Text Example
Text Example
White with #042BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BFE; }
p { color: rgb(4,43,254); }
H1.HeaderClassName
{
color: #042BFE;
}
.AnyTagClassName
{
color: #042BFE;
}
</style>
background-color css
<style>
a { background-color: #042BFE; }
a { background-color: rgb(4,43,254); }
div.DivClassName
{
background-color: #042BFE;
}
.BgClassName
{
background-color: #042BFE;
}
</style>
border-color css
<style>
span { border-color: #042BFE; }
span { border-color: rgb(4,43,254); }
td.TdClassName
{
border-color: #042BFE;
}
.TagClassName
{
border-color: #042BFE;
}
</style>