Shades of Blue #041FFE
Tints of Blue #041FFE
RGB
CMYK
RGB Variations
Color information
#041FFE (or 0x041FFE) is known color: Blue. HEX triplet: 04, 1F and FE. RGB value is (4,31,254). Sum of RGB (Red+Green+Blue) = 4+31+254=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 31 (12.5% from 255 or 10.73% from 289); Blue value is 254 (99.61% from 255 or 87.89% from 289); Max value from RGB is 254 - color contains mainly: blue. Hex color #041FFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041FFE is #FBE001. Grayscale: #2F2F2F. Windows color (decimal): -16506882 or 16654084. OLE color: 16654084.
HSL color Cylindrical-coordinate representation of color #041FFE: hue angle of 233.52º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041FFE is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 31 | 254 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.00 |
| HSL | 233.52º | 0.99% | 0.51% | - |
| HSV(B) | 233.52º | 0.98% | 1% | - |
| XYZ | 18.43 | 8.16 | 94.37 | - |
| YUV | 48.35 | 244.05 | 96.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 31 | 254 | 0.98 | 0.88 | 0 | 0.00 | 233.52 | 0.99 | 0.51 |
| Hex | 4 | 1F | FE | 62 | 58 | 0 | 0 | EA | 63 | 33 |
| Octal | 4 | 37 | 376 | 142 | 130 | 0 | 0 | 352 | 143 | 63 |
| Binary | 100 | 11111 | 11111110 | 1100010 | 1011000 | 0 | 0 | 11101010 | 1100011 | 110011 |
Color Harmonies of #041FFE
Complementary color
Monochromatic Colors of #041FFE
Black with #041FFE
Text Example
Text Example
White with #041FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041FFE; }
p { color: rgb(4,31,254); }
H1.HeaderClassName
{
color: #041FFE;
}
.AnyTagClassName
{
color: #041FFE;
}
</style>
background-color css
<style>
a { background-color: #041FFE; }
a { background-color: rgb(4,31,254); }
div.DivClassName
{
background-color: #041FFE;
}
.BgClassName
{
background-color: #041FFE;
}
</style>
border-color css
<style>
span { border-color: #041FFE; }
span { border-color: rgb(4,31,254); }
td.TdClassName
{
border-color: #041FFE;
}
.TagClassName
{
border-color: #041FFE;
}
</style>