Shades of Blue #041CFD
Tints of Blue #041CFD
RGB
CMYK
RGB Variations
Color information
#041CFD (or 0x041CFD) is known color: Blue. HEX triplet: 04, 1C and FD. RGB value is (4,28,253). Sum of RGB (Red+Green+Blue) = 4+28+253=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 253 (99.22% from 255 or 88.77% from 285); Max value from RGB is 253 - color contains mainly: blue. Hex color #041CFD is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041CFD is #FBE302. Grayscale: #2D2D2D. Windows color (decimal): -16507651 or 16587780. OLE color: 16587780.
HSL color Cylindrical-coordinate representation of color #041CFD: hue angle of 234.22º 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 #041CFD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 4 | 28 | 253 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.01 |
| HSL | 234.22º | 0.98% | 0.5% | - |
| HSV(B) | 234.22º | 0.98% | 0.99% | - |
| XYZ | 18.19 | 7.95 | 93.5 | - |
| YUV | 46.47 | 244.55 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 253 | 0.98 | 0.89 | 0 | 0.01 | 234.22 | 0.98 | 0.5 |
| Hex | 4 | 1C | FD | 62 | 59 | 0 | 1 | EA | 62 | 32 |
| Octal | 4 | 34 | 375 | 142 | 131 | 0 | 1 | 352 | 142 | 62 |
| Binary | 100 | 11100 | 11111101 | 1100010 | 1011001 | 0 | 1 | 11101010 | 1100010 | 110010 |
Color Harmonies of #041CFD
Complementary color
Monochromatic Colors of #041CFD
Black with #041CFD
Text Example
Text Example
White with #041CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CFD; }
p { color: rgb(4,28,253); }
H1.HeaderClassName
{
color: #041CFD;
}
.AnyTagClassName
{
color: #041CFD;
}
</style>
background-color css
<style>
a { background-color: #041CFD; }
a { background-color: rgb(4,28,253); }
div.DivClassName
{
background-color: #041CFD;
}
.BgClassName
{
background-color: #041CFD;
}
</style>
border-color css
<style>
span { border-color: #041CFD; }
span { border-color: rgb(4,28,253); }
td.TdClassName
{
border-color: #041CFD;
}
.TagClassName
{
border-color: #041CFD;
}
</style>