Shades of Blue #042FF2
Tints of Blue #042FF2
RGB
CMYK
RGB Variations
Color information
#042FF2 (or 0x042FF2) is known color: Blue. HEX triplet: 04, 2F and F2. RGB value is (4,47,242). Sum of RGB (Red+Green+Blue) = 4+47+242=293 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 242 (94.92% from 255 or 82.59% from 293); Max value from RGB is 242 - color contains mainly: blue. Hex color #042FF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042FF2 is #FBD00D. Grayscale: #373737. Windows color (decimal): -16502798 or 15871748. OLE color: 15871748.
HSL color Cylindrical-coordinate representation of color #042FF2: hue angle of 229.16º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FF2 is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 47 | 242 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.05 |
| HSL | 229.16º | 0.97% | 0.48% | - |
| HSV(B) | 229.16º | 0.98% | 0.95% | - |
| XYZ | 17.09 | 8.47 | 84.74 | - |
| YUV | 56.37 | 232.75 | 90.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 242 | 0.98 | 0.81 | 0 | 0.05 | 229.16 | 0.97 | 0.48 |
| Hex | 4 | 2F | F2 | 62 | 51 | 0 | 5 | E5 | 61 | 30 |
| Octal | 4 | 57 | 362 | 142 | 121 | 0 | 5 | 345 | 141 | 60 |
| Binary | 100 | 101111 | 11110010 | 1100010 | 1010001 | 0 | 101 | 11100101 | 1100001 | 110000 |
Color Harmonies of #042FF2
Complementary color
Monochromatic Colors of #042FF2
Black with #042FF2
Text Example
Text Example
White with #042FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FF2; }
p { color: rgb(4,47,242); }
H1.HeaderClassName
{
color: #042FF2;
}
.AnyTagClassName
{
color: #042FF2;
}
</style>
background-color css
<style>
a { background-color: #042FF2; }
a { background-color: rgb(4,47,242); }
div.DivClassName
{
background-color: #042FF2;
}
.BgClassName
{
background-color: #042FF2;
}
</style>
border-color css
<style>
span { border-color: #042FF2; }
span { border-color: rgb(4,47,242); }
td.TdClassName
{
border-color: #042FF2;
}
.TagClassName
{
border-color: #042FF2;
}
</style>