Shades of Blue #043DFB
Tints of Blue #043DFB
RGB
CMYK
RGB Variations
Color information
#043DFB (or 0x043DFB) is known color: Blue. HEX triplet: 04, 3D and FB. RGB value is (4,61,251). Sum of RGB (Red+Green+Blue) = 4+61+251=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 251 (98.44% from 255 or 79.43% from 316); Max value from RGB is 251 - color contains mainly: blue. Hex color #043DFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043DFB is #FBC204. Grayscale: #404040. Windows color (decimal): -16499205 or 16465156. OLE color: 16465156.
HSL color Cylindrical-coordinate representation of color #043DFB: hue angle of 226.15º 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 #043DFB is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 61 | 251 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.02 |
| HSL | 226.15º | 0.97% | 0.5% | - |
| HSV(B) | 226.15º | 0.98% | 0.98% | - |
| XYZ | 19.13 | 10.33 | 92.25 | - |
| YUV | 65.62 | 232.62 | 84.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 61 | 251 | 0.98 | 0.76 | 0 | 0.02 | 226.15 | 0.97 | 0.5 |
| Hex | 4 | 3D | FB | 62 | 4C | 0 | 2 | E2 | 61 | 32 |
| Octal | 4 | 75 | 373 | 142 | 114 | 0 | 2 | 342 | 141 | 62 |
| Binary | 100 | 111101 | 11111011 | 1100010 | 1001100 | 0 | 10 | 11100010 | 1100001 | 110010 |
Color Harmonies of #043DFB
Complementary color
Monochromatic Colors of #043DFB
Black with #043DFB
Text Example
Text Example
White with #043DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043DFB; }
p { color: rgb(4,61,251); }
H1.HeaderClassName
{
color: #043DFB;
}
.AnyTagClassName
{
color: #043DFB;
}
</style>
background-color css
<style>
a { background-color: #043DFB; }
a { background-color: rgb(4,61,251); }
div.DivClassName
{
background-color: #043DFB;
}
.BgClassName
{
background-color: #043DFB;
}
</style>
border-color css
<style>
span { border-color: #043DFB; }
span { border-color: rgb(4,61,251); }
td.TdClassName
{
border-color: #043DFB;
}
.TagClassName
{
border-color: #043DFB;
}
</style>