Shades of Blue #042AF2
Tints of Blue #042AF2
RGB
CMYK
RGB Variations
Color information
#042AF2 (or 0x042AF2) is known color: Blue. HEX triplet: 04, 2A and F2. RGB value is (4,42,242). Sum of RGB (Red+Green+Blue) = 4+42+242=288 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 288); Green value is 42 (16.80% from 255 or 14.58% from 288); Blue value is 242 (94.92% from 255 or 84.03% from 288); Max value from RGB is 242 - color contains mainly: blue. Hex color #042AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042AF2 is #FBD50D. Grayscale: #343434. Windows color (decimal): -16504078 or 15870468. OLE color: 15870468.
HSL color Cylindrical-coordinate representation of color #042AF2: hue angle of 230.42º 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 #042AF2 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 4 | 42 | 242 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.05 |
| HSL | 230.42º | 0.97% | 0.48% | - |
| HSV(B) | 230.42º | 0.98% | 0.95% | - |
| XYZ | 16.91 | 8.09 | 84.68 | - |
| YUV | 53.44 | 234.41 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 42 | 242 | 0.98 | 0.83 | 0 | 0.05 | 230.42 | 0.97 | 0.48 |
| Hex | 4 | 2A | F2 | 62 | 53 | 0 | 5 | E6 | 61 | 30 |
| Octal | 4 | 52 | 362 | 142 | 123 | 0 | 5 | 346 | 141 | 60 |
| Binary | 100 | 101010 | 11110010 | 1100010 | 1010011 | 0 | 101 | 11100110 | 1100001 | 110000 |
Color Harmonies of #042AF2
Complementary color
Monochromatic Colors of #042AF2
Black with #042AF2
Text Example
Text Example
White with #042AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042AF2; }
p { color: rgb(4,42,242); }
H1.HeaderClassName
{
color: #042AF2;
}
.AnyTagClassName
{
color: #042AF2;
}
</style>
background-color css
<style>
a { background-color: #042AF2; }
a { background-color: rgb(4,42,242); }
div.DivClassName
{
background-color: #042AF2;
}
.BgClassName
{
background-color: #042AF2;
}
</style>
border-color css
<style>
span { border-color: #042AF2; }
span { border-color: rgb(4,42,242); }
td.TdClassName
{
border-color: #042AF2;
}
.TagClassName
{
border-color: #042AF2;
}
</style>