Shades of Blue #043FFE
Tints of Blue #043FFE
RGB
CMYK
RGB Variations
Color information
#043FFE (or 0x043FFE) is known color: Blue. HEX triplet: 04, 3F and FE. RGB value is (4,63,254). Sum of RGB (Red+Green+Blue) = 4+63+254=321 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 254 (99.61% from 255 or 79.13% from 321); Max value from RGB is 254 - color contains mainly: blue. Hex color #043FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043FFE is #FBC001. Grayscale: #424242. Windows color (decimal): -16498690 or 16662276. OLE color: 16662276.
HSL color Cylindrical-coordinate representation of color #043FFE: hue angle of 225.84º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043FFE is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 63 | 254 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.00 |
| HSL | 225.84º | 0.99% | 0.51% | - |
| HSV(B) | 225.84º | 0.98% | 1% | - |
| XYZ | 19.72 | 10.74 | 94.8 | - |
| YUV | 67.13 | 233.45 | 82.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 254 | 0.98 | 0.75 | 0 | 0.00 | 225.84 | 0.99 | 0.51 |
| Hex | 4 | 3F | FE | 62 | 4B | 0 | 0 | E2 | 63 | 33 |
| Octal | 4 | 77 | 376 | 142 | 113 | 0 | 0 | 342 | 143 | 63 |
| Binary | 100 | 111111 | 11111110 | 1100010 | 1001011 | 0 | 0 | 11100010 | 1100011 | 110011 |
Color Harmonies of #043FFE
Complementary color
Monochromatic Colors of #043FFE
Black with #043FFE
Text Example
Text Example
White with #043FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FFE; }
p { color: rgb(4,63,254); }
H1.HeaderClassName
{
color: #043FFE;
}
.AnyTagClassName
{
color: #043FFE;
}
</style>
background-color css
<style>
a { background-color: #043FFE; }
a { background-color: rgb(4,63,254); }
div.DivClassName
{
background-color: #043FFE;
}
.BgClassName
{
background-color: #043FFE;
}
</style>
border-color css
<style>
span { border-color: #043FFE; }
span { border-color: rgb(4,63,254); }
td.TdClassName
{
border-color: #043FFE;
}
.TagClassName
{
border-color: #043FFE;
}
</style>