Shades of Blue #042BFC
Tints of Blue #042BFC
RGB
CMYK
RGB Variations
Color information
#042BFC (or 0x042BFC) is known color: Blue. HEX triplet: 04, 2B and FC. RGB value is (4,43,252). Sum of RGB (Red+Green+Blue) = 4+43+252=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 252 (98.83% from 255 or 84.28% from 299); Max value from RGB is 252 - color contains mainly: blue. Hex color #042BFC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #042BFC is #FBD403. Grayscale: #363636. Windows color (decimal): -16503812 or 16526084. OLE color: 16526084.
HSL color Cylindrical-coordinate representation of color #042BFC: hue angle of 230.56º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #042BFC is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 43 | 252 | - |
| CMYK | 0.98 | 0.83 | 0 | 0.01 |
| HSL | 230.56º | 0.98% | 0.5% | - |
| HSV(B) | 230.56º | 0.98% | 0.99% | - |
| XYZ | 18.48 | 8.78 | 92.82 | - |
| YUV | 55.17 | 239.08 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 43 | 252 | 0.98 | 0.83 | 0 | 0.01 | 230.56 | 0.98 | 0.5 |
| Hex | 4 | 2B | FC | 62 | 53 | 0 | 1 | E7 | 62 | 32 |
| Octal | 4 | 53 | 374 | 142 | 123 | 0 | 1 | 347 | 142 | 62 |
| Binary | 100 | 101011 | 11111100 | 1100010 | 1010011 | 0 | 1 | 11100111 | 1100010 | 110010 |
Color Harmonies of #042BFC
Complementary color
Monochromatic Colors of #042BFC
Black with #042BFC
Text Example
Text Example
White with #042BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #042BFC; }
p { color: rgb(4,43,252); }
H1.HeaderClassName
{
color: #042BFC;
}
.AnyTagClassName
{
color: #042BFC;
}
</style>
background-color css
<style>
a { background-color: #042BFC; }
a { background-color: rgb(4,43,252); }
div.DivClassName
{
background-color: #042BFC;
}
.BgClassName
{
background-color: #042BFC;
}
</style>
border-color css
<style>
span { border-color: #042BFC; }
span { border-color: rgb(4,43,252); }
td.TdClassName
{
border-color: #042BFC;
}
.TagClassName
{
border-color: #042BFC;
}
</style>