Shades of Blue #043FFD
Tints of Blue #043FFD
RGB
CMYK
RGB Variations
Color information
#043FFD (or 0x043FFD) is known color: Blue. HEX triplet: 04, 3F and FD. RGB value is (4,63,253). Sum of RGB (Red+Green+Blue) = 4+63+253=320 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.25% from 320); Green value is 63 (25% from 255 or 19.69% from 320); Blue value is 253 (99.22% from 255 or 79.06% from 320); Max value from RGB is 253 - color contains mainly: blue. Hex color #043FFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #043FFD is #FBC002. Grayscale: #424242. Windows color (decimal): -16498691 or 16596740. OLE color: 16596740.
HSL color Cylindrical-coordinate representation of color #043FFD: hue angle of 225.78º 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 #043FFD is Cyan = 0.98, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 63 | 253 | - |
| CMYK | 0.98 | 0.75 | 0 | 0.01 |
| HSL | 225.78º | 0.98% | 0.5% | - |
| HSV(B) | 225.78º | 0.98% | 0.99% | - |
| XYZ | 19.56 | 10.67 | 93.96 | - |
| YUV | 67.02 | 232.95 | 83.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 63 | 253 | 0.98 | 0.75 | 0 | 0.01 | 225.78 | 0.98 | 0.5 |
| Hex | 4 | 3F | FD | 62 | 4B | 0 | 1 | E2 | 62 | 32 |
| Octal | 4 | 77 | 375 | 142 | 113 | 0 | 1 | 342 | 142 | 62 |
| Binary | 100 | 111111 | 11111101 | 1100010 | 1001011 | 0 | 1 | 11100010 | 1100010 | 110010 |
Color Harmonies of #043FFD
Complementary color
Monochromatic Colors of #043FFD
Black with #043FFD
Text Example
Text Example
White with #043FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #043FFD; }
p { color: rgb(4,63,253); }
H1.HeaderClassName
{
color: #043FFD;
}
.AnyTagClassName
{
color: #043FFD;
}
</style>
background-color css
<style>
a { background-color: #043FFD; }
a { background-color: rgb(4,63,253); }
div.DivClassName
{
background-color: #043FFD;
}
.BgClassName
{
background-color: #043FFD;
}
</style>
border-color css
<style>
span { border-color: #043FFD; }
span { border-color: rgb(4,63,253); }
td.TdClassName
{
border-color: #043FFD;
}
.TagClassName
{
border-color: #043FFD;
}
</style>