Shades of Blue #041FEF
Tints of Blue #041FEF
RGB
CMYK
RGB Variations
Color information
#041FEF (or 0x041FEF) is known color: Blue. HEX triplet: 04, 1F and EF. RGB value is (4,31,239). Sum of RGB (Red+Green+Blue) = 4+31+239=274 (36% of max value = 765). Red value is 4 (1.95% from 255 or 1.46% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 239 (93.75% from 255 or 87.23% from 274); Max value from RGB is 239 - color contains mainly: blue. Hex color #041FEF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FEF is #FBE010. Grayscale: #2D2D2D. Windows color (decimal): -16506897 or 15671044. OLE color: 15671044.
HSL color Cylindrical-coordinate representation of color #041FEF: hue angle of 233.11º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FEF is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 4 | 31 | 239 | - |
| CMYK | 0.98 | 0.87 | 0 | 0.06 |
| HSL | 233.11º | 0.97% | 0.48% | - |
| HSV(B) | 233.11º | 0.98% | 0.94% | - |
| XYZ | 16.12 | 7.24 | 82.21 | - |
| YUV | 46.64 | 236.55 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 239 | 0.98 | 0.87 | 0 | 0.06 | 233.11 | 0.97 | 0.48 |
| Hex | 4 | 1F | EF | 62 | 57 | 0 | 6 | E9 | 61 | 30 |
| Octal | 4 | 37 | 357 | 142 | 127 | 0 | 6 | 351 | 141 | 60 |
| Binary | 100 | 11111 | 11101111 | 1100010 | 1010111 | 0 | 110 | 11101001 | 1100001 | 110000 |
Color Harmonies of #041FEF
Complementary color
Monochromatic Colors of #041FEF
Black with #041FEF
Text Example
Text Example
White with #041FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FEF; }
p { color: rgb(4,31,239); }
H1.HeaderClassName
{
color: #041FEF;
}
.AnyTagClassName
{
color: #041FEF;
}
</style>
background-color css
<style>
a { background-color: #041FEF; }
a { background-color: rgb(4,31,239); }
div.DivClassName
{
background-color: #041FEF;
}
.BgClassName
{
background-color: #041FEF;
}
</style>
border-color css
<style>
span { border-color: #041FEF; }
span { border-color: rgb(4,31,239); }
td.TdClassName
{
border-color: #041FEF;
}
.TagClassName
{
border-color: #041FEF;
}
</style>