Shades of Blue #043EFB
Tints of Blue #043EFB
RGB
CMYK
RGB Variations
Color information
#043EFB (or 0x043EFB) is known color: Blue. HEX triplet: 04, 3E and FB. RGB value is (4,62,251). Sum of RGB (Red+Green+Blue) = 4+62+251=317 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.26% from 317); Green value is 62 (24.61% from 255 or 19.56% from 317); Blue value is 251 (98.44% from 255 or 79.18% from 317); Max value from RGB is 251 - color contains mainly: blue. Hex color #043EFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043EFB is #FBC104. Grayscale: #414141. Windows color (decimal): -16498949 or 16465412. OLE color: 16465412.
HSL color Cylindrical-coordinate representation of color #043EFB: hue angle of 225.91º 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 #043EFB is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 62 | 251 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.02 |
| HSL | 225.91º | 0.97% | 0.5% | - |
| HSV(B) | 225.91º | 0.98% | 0.98% | - |
| XYZ | 19.19 | 10.44 | 92.27 | - |
| YUV | 66.2 | 232.28 | 83.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 62 | 251 | 0.98 | 0.75 | 0 | 0.02 | 225.91 | 0.97 | 0.5 |
| Hex | 4 | 3E | FB | 62 | 4B | 0 | 2 | E2 | 61 | 32 |
| Octal | 4 | 76 | 373 | 142 | 113 | 0 | 2 | 342 | 141 | 62 |
| Binary | 100 | 111110 | 11111011 | 1100010 | 1001011 | 0 | 10 | 11100010 | 1100001 | 110010 |
Color Harmonies of #043EFB
Complementary color
Monochromatic Colors of #043EFB
Black with #043EFB
Text Example
Text Example
White with #043EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043EFB; }
p { color: rgb(4,62,251); }
H1.HeaderClassName
{
color: #043EFB;
}
.AnyTagClassName
{
color: #043EFB;
}
</style>
background-color css
<style>
a { background-color: #043EFB; }
a { background-color: rgb(4,62,251); }
div.DivClassName
{
background-color: #043EFB;
}
.BgClassName
{
background-color: #043EFB;
}
</style>
border-color css
<style>
span { border-color: #043EFB; }
span { border-color: rgb(4,62,251); }
td.TdClassName
{
border-color: #043EFB;
}
.TagClassName
{
border-color: #043EFB;
}
</style>