Shades of Blue #043FFF
Tints of Blue #043FFF
RGB
CMYK
RGB Variations
Color information
#043FFF (or 0x043FFF) is known color: Blue. HEX triplet: 04, 3F and FF. RGB value is (4,63,255). Sum of RGB (Red+Green+Blue) = 4+63+255=322 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.24% from 322); Green value is 63 (25% from 255 or 19.57% from 322); Blue value is 255 (100% from 255 or 79.19% from 322); Max value from RGB is 255 - color contains mainly: blue. Hex color #043FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043FFF is #FBC000. Grayscale: #424242. Windows color (decimal): -16498689 or 16727812. OLE color: 16727812.
HSL color Cylindrical-coordinate representation of color #043FFF: hue angle of 225.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FFF is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 4 | 63 | 255 | - |
| CMYK | 0.98 | 0.75 | 0 | 0 |
| HSL | 225.9º | 1% | 0.51% | - |
| HSV(B) | 225.9º | 0.98% | 1% | - |
| XYZ | 19.88 | 10.8 | 95.64 | - |
| YUV | 67.25 | 233.95 | 82.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 255 | 0.98 | 0.75 | 0 | 0 | 225.9 | 1 | 0.51 |
| Hex | 4 | 3F | FF | 62 | 4B | 0 | 0 | E2 | 64 | 33 |
| Octal | 4 | 77 | 377 | 142 | 113 | 0 | 0 | 342 | 144 | 63 |
| Binary | 100 | 111111 | 11111111 | 1100010 | 1001011 | 0 | 0 | 11100010 | 1100100 | 110011 |
Color Harmonies of #043FFF
Complementary color
Monochromatic Colors of #043FFF
Black with #043FFF
Text Example
Text Example
White with #043FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FFF; }
p { color: rgb(4,63,255); }
H1.HeaderClassName
{
color: #043FFF;
}
.AnyTagClassName
{
color: #043FFF;
}
</style>
background-color css
<style>
a { background-color: #043FFF; }
a { background-color: rgb(4,63,255); }
div.DivClassName
{
background-color: #043FFF;
}
.BgClassName
{
background-color: #043FFF;
}
</style>
border-color css
<style>
span { border-color: #043FFF; }
span { border-color: rgb(4,63,255); }
td.TdClassName
{
border-color: #043FFF;
}
.TagClassName
{
border-color: #043FFF;
}
</style>