Shades of Blue #042FFF
Tints of Blue #042FFF
RGB
CMYK
RGB Variations
Color information
#042FFF (or 0x042FFF) is known color: Blue. HEX triplet: 04, 2F and FF. RGB value is (4,47,255). Sum of RGB (Red+Green+Blue) = 4+47+255=306 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 306); Green value is 47 (18.75% from 255 or 15.36% from 306); Blue value is 255 (100% from 255 or 83.33% from 306); Max value from RGB is 255 - color contains mainly: blue. Hex color #042FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042FFF is #FBD000. Grayscale: #383838. Windows color (decimal): -16502785 or 16723716. OLE color: 16723716.
HSL color Cylindrical-coordinate representation of color #042FFF: hue angle of 229.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FFF is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 47 | 255 | - |
| CMYK | 0.98 | 0.82 | 0 | 0 |
| HSL | 229.72º | 1% | 0.51% | - |
| HSV(B) | 229.72º | 0.98% | 1% | - |
| XYZ | 19.12 | 9.28 | 95.39 | - |
| YUV | 57.86 | 239.25 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 255 | 0.98 | 0.82 | 0 | 0 | 229.72 | 1 | 0.51 |
| Hex | 4 | 2F | FF | 62 | 52 | 0 | 0 | E6 | 64 | 33 |
| Octal | 4 | 57 | 377 | 142 | 122 | 0 | 0 | 346 | 144 | 63 |
| Binary | 100 | 101111 | 11111111 | 1100010 | 1010010 | 0 | 0 | 11100110 | 1100100 | 110011 |
Color Harmonies of #042FFF
Complementary color
Monochromatic Colors of #042FFF
Black with #042FFF
Text Example
Text Example
White with #042FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FFF; }
p { color: rgb(4,47,255); }
H1.HeaderClassName
{
color: #042FFF;
}
.AnyTagClassName
{
color: #042FFF;
}
</style>
background-color css
<style>
a { background-color: #042FFF; }
a { background-color: rgb(4,47,255); }
div.DivClassName
{
background-color: #042FFF;
}
.BgClassName
{
background-color: #042FFF;
}
</style>
border-color css
<style>
span { border-color: #042FFF; }
span { border-color: rgb(4,47,255); }
td.TdClassName
{
border-color: #042FFF;
}
.TagClassName
{
border-color: #042FFF;
}
</style>