Shades of Blue #043BFD
Tints of Blue #043BFD
RGB
CMYK
RGB Variations
Color information
#043BFD (or 0x043BFD) is known color: Blue. HEX triplet: 04, 3B and FD. RGB value is (4,59,253). Sum of RGB (Red+Green+Blue) = 4+59+253=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 59 (23.44% from 255 or 18.67% from 316); Blue value is 253 (99.22% from 255 or 80.06% from 316); Max value from RGB is 253 - color contains mainly: blue. Hex color #043BFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043BFD is #FBC402. Grayscale: #3F3F3F. Windows color (decimal): -16499715 or 16595716. OLE color: 16595716.
HSL color Cylindrical-coordinate representation of color #043BFD: hue angle of 226.75º 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 #043BFD is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 59 | 253 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.01 |
| HSL | 226.75º | 0.98% | 0.5% | - |
| HSV(B) | 226.75º | 0.98% | 0.99% | - |
| XYZ | 19.34 | 10.25 | 93.89 | - |
| YUV | 64.67 | 234.28 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 59 | 253 | 0.98 | 0.77 | 0 | 0.01 | 226.75 | 0.98 | 0.5 |
| Hex | 4 | 3B | FD | 62 | 4D | 0 | 1 | E3 | 62 | 32 |
| Octal | 4 | 73 | 375 | 142 | 115 | 0 | 1 | 343 | 142 | 62 |
| Binary | 100 | 111011 | 11111101 | 1100010 | 1001101 | 0 | 1 | 11100011 | 1100010 | 110010 |
Color Harmonies of #043BFD
Complementary color
Monochromatic Colors of #043BFD
Black with #043BFD
Text Example
Text Example
White with #043BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043BFD; }
p { color: rgb(4,59,253); }
H1.HeaderClassName
{
color: #043BFD;
}
.AnyTagClassName
{
color: #043BFD;
}
</style>
background-color css
<style>
a { background-color: #043BFD; }
a { background-color: rgb(4,59,253); }
div.DivClassName
{
background-color: #043BFD;
}
.BgClassName
{
background-color: #043BFD;
}
</style>
border-color css
<style>
span { border-color: #043BFD; }
span { border-color: rgb(4,59,253); }
td.TdClassName
{
border-color: #043BFD;
}
.TagClassName
{
border-color: #043BFD;
}
</style>