Shades of Blue #041BFB
Tints of Blue #041BFB
RGB
CMYK
RGB Variations
Color information
#041BFB (or 0x041BFB) is known color: Blue. HEX triplet: 04, 1B and FB. RGB value is (4,27,251). Sum of RGB (Red+Green+Blue) = 4+27+251=282 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.42% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 251 (98.44% from 255 or 89.01% from 282); Max value from RGB is 251 - color contains mainly: blue. Hex color #041BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041BFB is #FBE404. Grayscale: #2C2C2C. Windows color (decimal): -16507909 or 16456452. OLE color: 16456452.
HSL color Cylindrical-coordinate representation of color #041BFB: hue angle of 234.41º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041BFB is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 27 | 251 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.02 |
| HSL | 234.41º | 0.97% | 0.5% | - |
| HSV(B) | 234.41º | 0.98% | 0.98% | - |
| XYZ | 17.85 | 7.77 | 91.83 | - |
| YUV | 45.66 | 243.88 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 27 | 251 | 0.98 | 0.89 | 0 | 0.02 | 234.41 | 0.97 | 0.5 |
| Hex | 4 | 1B | FB | 62 | 59 | 0 | 2 | EA | 61 | 32 |
| Octal | 4 | 33 | 373 | 142 | 131 | 0 | 2 | 352 | 141 | 62 |
| Binary | 100 | 11011 | 11111011 | 1100010 | 1011001 | 0 | 10 | 11101010 | 1100001 | 110010 |
Color Harmonies of #041BFB
Complementary color
Monochromatic Colors of #041BFB
Black with #041BFB
Text Example
Text Example
White with #041BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041BFB; }
p { color: rgb(4,27,251); }
H1.HeaderClassName
{
color: #041BFB;
}
.AnyTagClassName
{
color: #041BFB;
}
</style>
background-color css
<style>
a { background-color: #041BFB; }
a { background-color: rgb(4,27,251); }
div.DivClassName
{
background-color: #041BFB;
}
.BgClassName
{
background-color: #041BFB;
}
</style>
border-color css
<style>
span { border-color: #041BFB; }
span { border-color: rgb(4,27,251); }
td.TdClassName
{
border-color: #041BFB;
}
.TagClassName
{
border-color: #041BFB;
}
</style>