Shades of Blue #043AF8
Tints of Blue #043AF8
RGB
CMYK
RGB Variations
Color information
#043AF8 (or 0x043AF8) is known color: Blue. HEX triplet: 04, 3A and F8. RGB value is (4,58,248). Sum of RGB (Red+Green+Blue) = 4+58+248=310 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 310); Green value is 58 (23.05% from 255 or 18.71% from 310); Blue value is 248 (97.27% from 255 or 80% from 310); Max value from RGB is 248 - color contains mainly: blue. Hex color #043AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043AF8 is #FBC507. Grayscale: #3E3E3E. Windows color (decimal): -16499976 or 16267780. OLE color: 16267780.
HSL color Cylindrical-coordinate representation of color #043AF8: hue angle of 226.72º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #043AF8 is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 58 | 248 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.03 |
| HSL | 226.72º | 0.97% | 0.49% | - |
| HSV(B) | 226.72º | 0.98% | 0.97% | - |
| XYZ | 18.51 | 9.83 | 89.73 | - |
| YUV | 63.51 | 232.11 | 85.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 58 | 248 | 0.98 | 0.77 | 0 | 0.03 | 226.72 | 0.97 | 0.49 |
| Hex | 4 | 3A | F8 | 62 | 4D | 0 | 3 | E3 | 61 | 31 |
| Octal | 4 | 72 | 370 | 142 | 115 | 0 | 3 | 343 | 141 | 61 |
| Binary | 100 | 111010 | 11111000 | 1100010 | 1001101 | 0 | 11 | 11100011 | 1100001 | 110001 |
Color Harmonies of #043AF8
Complementary color
Monochromatic Colors of #043AF8
Black with #043AF8
Text Example
Text Example
White with #043AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043AF8; }
p { color: rgb(4,58,248); }
H1.HeaderClassName
{
color: #043AF8;
}
.AnyTagClassName
{
color: #043AF8;
}
</style>
background-color css
<style>
a { background-color: #043AF8; }
a { background-color: rgb(4,58,248); }
div.DivClassName
{
background-color: #043AF8;
}
.BgClassName
{
background-color: #043AF8;
}
</style>
border-color css
<style>
span { border-color: #043AF8; }
span { border-color: rgb(4,58,248); }
td.TdClassName
{
border-color: #043AF8;
}
.TagClassName
{
border-color: #043AF8;
}
</style>