Shades of Blue #041BFE
Tints of Blue #041BFE
RGB
CMYK
RGB Variations
Color information
#041BFE (or 0x041BFE) is known color: Blue. HEX triplet: 04, 1B and FE. RGB value is (4,27,254). Sum of RGB (Red+Green+Blue) = 4+27+254=285 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.40% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 254 (99.61% from 255 or 89.12% from 285); Max value from RGB is 254 - color contains mainly: blue. Hex color #041BFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041BFE is #FBE401. Grayscale: #2D2D2D. Windows color (decimal): -16507906 or 16653060. OLE color: 16653060.
HSL color Cylindrical-coordinate representation of color #041BFE: hue angle of 234.48º 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 #041BFE is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 4 | 27 | 254 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.00 |
| HSL | 234.48º | 0.99% | 0.51% | - |
| HSV(B) | 234.48º | 0.98% | 1% | - |
| XYZ | 18.33 | 7.97 | 94.34 | - |
| YUV | 46 | 245.38 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 254 | 0.98 | 0.89 | 0 | 0.00 | 234.48 | 0.99 | 0.51 |
| Hex | 4 | 1B | FE | 62 | 59 | 0 | 0 | EA | 63 | 33 |
| Octal | 4 | 33 | 376 | 142 | 131 | 0 | 0 | 352 | 143 | 63 |
| Binary | 100 | 11011 | 11111110 | 1100010 | 1011001 | 0 | 0 | 11101010 | 1100011 | 110011 |
Color Harmonies of #041BFE
Complementary color
Monochromatic Colors of #041BFE
Black with #041BFE
Text Example
Text Example
White with #041BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BFE; }
p { color: rgb(4,27,254); }
H1.HeaderClassName
{
color: #041BFE;
}
.AnyTagClassName
{
color: #041BFE;
}
</style>
background-color css
<style>
a { background-color: #041BFE; }
a { background-color: rgb(4,27,254); }
div.DivClassName
{
background-color: #041BFE;
}
.BgClassName
{
background-color: #041BFE;
}
</style>
border-color css
<style>
span { border-color: #041BFE; }
span { border-color: rgb(4,27,254); }
td.TdClassName
{
border-color: #041BFE;
}
.TagClassName
{
border-color: #041BFE;
}
</style>