Shades of Blue #042BFA
Tints of Blue #042BFA
RGB
CMYK
RGB Variations
Color information
#042BFA (or 0x042BFA) is known color: Blue. HEX triplet: 04, 2B and FA. RGB value is (4,43,250). Sum of RGB (Red+Green+Blue) = 4+43+250=297 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.35% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 250 (98.05% from 255 or 84.18% from 297); Max value from RGB is 250 - color contains mainly: blue. Hex color #042BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042BFA is #FBD405. Grayscale: #363636. Windows color (decimal): -16503814 or 16395012. OLE color: 16395012.
HSL color Cylindrical-coordinate representation of color #042BFA: hue angle of 230.49º 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 #042BFA is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 43 | 250 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.02 |
| HSL | 230.49º | 0.97% | 0.5% | - |
| HSV(B) | 230.49º | 0.98% | 0.98% | - |
| XYZ | 18.17 | 8.66 | 91.16 | - |
| YUV | 54.94 | 238.08 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 250 | 0.98 | 0.83 | 0 | 0.02 | 230.49 | 0.97 | 0.5 |
| Hex | 4 | 2B | FA | 62 | 53 | 0 | 2 | E6 | 61 | 32 |
| Octal | 4 | 53 | 372 | 142 | 123 | 0 | 2 | 346 | 141 | 62 |
| Binary | 100 | 101011 | 11111010 | 1100010 | 1010011 | 0 | 10 | 11100110 | 1100001 | 110010 |
Color Harmonies of #042BFA
Complementary color
Monochromatic Colors of #042BFA
Black with #042BFA
Text Example
Text Example
White with #042BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BFA; }
p { color: rgb(4,43,250); }
H1.HeaderClassName
{
color: #042BFA;
}
.AnyTagClassName
{
color: #042BFA;
}
</style>
background-color css
<style>
a { background-color: #042BFA; }
a { background-color: rgb(4,43,250); }
div.DivClassName
{
background-color: #042BFA;
}
.BgClassName
{
background-color: #042BFA;
}
</style>
border-color css
<style>
span { border-color: #042BFA; }
span { border-color: rgb(4,43,250); }
td.TdClassName
{
border-color: #042BFA;
}
.TagClassName
{
border-color: #042BFA;
}
</style>