Shades of Blue #042FFA
Tints of Blue #042FFA
RGB
CMYK
RGB Variations
Color information
#042FFA (or 0x042FFA) is known color: Blue. HEX triplet: 04, 2F and FA. RGB value is (4,47,250). Sum of RGB (Red+Green+Blue) = 4+47+250=301 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.33% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #042FFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042FFA is #FBD005. Grayscale: #383838. Windows color (decimal): -16502790 or 16396036. OLE color: 16396036.
HSL color Cylindrical-coordinate representation of color #042FFA: hue angle of 229.51º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042FFA is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 47 | 250 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.02 |
| HSL | 229.51º | 0.97% | 0.5% | - |
| HSV(B) | 229.51º | 0.98% | 0.98% | - |
| XYZ | 18.32 | 8.96 | 91.21 | - |
| YUV | 57.29 | 236.75 | 89.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 47 | 250 | 0.98 | 0.81 | 0 | 0.02 | 229.51 | 0.97 | 0.5 |
| Hex | 4 | 2F | FA | 62 | 51 | 0 | 2 | E6 | 61 | 32 |
| Octal | 4 | 57 | 372 | 142 | 121 | 0 | 2 | 346 | 141 | 62 |
| Binary | 100 | 101111 | 11111010 | 1100010 | 1010001 | 0 | 10 | 11100110 | 1100001 | 110010 |
Color Harmonies of #042FFA
Complementary color
Monochromatic Colors of #042FFA
Black with #042FFA
Text Example
Text Example
White with #042FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042FFA; }
p { color: rgb(4,47,250); }
H1.HeaderClassName
{
color: #042FFA;
}
.AnyTagClassName
{
color: #042FFA;
}
</style>
background-color css
<style>
a { background-color: #042FFA; }
a { background-color: rgb(4,47,250); }
div.DivClassName
{
background-color: #042FFA;
}
.BgClassName
{
background-color: #042FFA;
}
</style>
border-color css
<style>
span { border-color: #042FFA; }
span { border-color: rgb(4,47,250); }
td.TdClassName
{
border-color: #042FFA;
}
.TagClassName
{
border-color: #042FFA;
}
</style>