Shades of Blue #043CF8
Tints of Blue #043CF8
RGB
CMYK
RGB Variations
Color information
#043CF8 (or 0x043CF8) is known color: Blue. HEX triplet: 04, 3C and F8. RGB value is (4,60,248). Sum of RGB (Red+Green+Blue) = 4+60+248=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 60 (23.83% from 255 or 19.23% from 312); Blue value is 248 (97.27% from 255 or 79.49% from 312); Max value from RGB is 248 - color contains mainly: blue. Hex color #043CF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043CF8 is #FBC307. Grayscale: #3F3F3F. Windows color (decimal): -16499464 or 16268292. OLE color: 16268292.
HSL color Cylindrical-coordinate representation of color #043CF8: hue angle of 226.23º 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 #043CF8 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 4 | 60 | 248 | - |
| CMYK | 0.98 | 0.76 | 0 | 0.03 |
| HSL | 226.23º | 0.97% | 0.49% | - |
| HSV(B) | 226.23º | 0.98% | 0.97% | - |
| XYZ | 18.61 | 10.03 | 89.76 | - |
| YUV | 64.69 | 231.45 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 60 | 248 | 0.98 | 0.76 | 0 | 0.03 | 226.23 | 0.97 | 0.49 |
| Hex | 4 | 3C | F8 | 62 | 4C | 0 | 3 | E2 | 61 | 31 |
| Octal | 4 | 74 | 370 | 142 | 114 | 0 | 3 | 342 | 141 | 61 |
| Binary | 100 | 111100 | 11111000 | 1100010 | 1001100 | 0 | 11 | 11100010 | 1100001 | 110001 |
Color Harmonies of #043CF8
Complementary color
Monochromatic Colors of #043CF8
Black with #043CF8
Text Example
Text Example
White with #043CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043CF8; }
p { color: rgb(4,60,248); }
H1.HeaderClassName
{
color: #043CF8;
}
.AnyTagClassName
{
color: #043CF8;
}
</style>
background-color css
<style>
a { background-color: #043CF8; }
a { background-color: rgb(4,60,248); }
div.DivClassName
{
background-color: #043CF8;
}
.BgClassName
{
background-color: #043CF8;
}
</style>
border-color css
<style>
span { border-color: #043CF8; }
span { border-color: rgb(4,60,248); }
td.TdClassName
{
border-color: #043CF8;
}
.TagClassName
{
border-color: #043CF8;
}
</style>