Shades of Blue #041CFB
Tints of Blue #041CFB
RGB
CMYK
RGB Variations
Color information
#041CFB (or 0x041CFB) is known color: Blue. HEX triplet: 04, 1C and FB. RGB value is (4,28,251). Sum of RGB (Red+Green+Blue) = 4+28+251=283 (37% of max value = 765). Red value is 4 (1.95% from 255 or 1.41% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 251 (98.44% from 255 or 88.69% from 283); Max value from RGB is 251 - color contains mainly: blue. Hex color #041CFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041CFB is #FBE304. Grayscale: #2D2D2D. Windows color (decimal): -16507653 or 16456708. OLE color: 16456708.
HSL color Cylindrical-coordinate representation of color #041CFB: hue angle of 234.17º 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 #041CFB is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 4 | 28 | 251 | - |
| CMYK | 0.98 | 0.89 | 0 | 0.02 |
| HSL | 234.17º | 0.97% | 0.5% | - |
| HSV(B) | 234.17º | 0.98% | 0.98% | - |
| XYZ | 17.88 | 7.82 | 91.83 | - |
| YUV | 46.25 | 243.55 | 97.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 251 | 0.98 | 0.89 | 0 | 0.02 | 234.17 | 0.97 | 0.5 |
| Hex | 4 | 1C | FB | 62 | 59 | 0 | 2 | EA | 61 | 32 |
| Octal | 4 | 34 | 373 | 142 | 131 | 0 | 2 | 352 | 141 | 62 |
| Binary | 100 | 11100 | 11111011 | 1100010 | 1011001 | 0 | 10 | 11101010 | 1100001 | 110010 |
Color Harmonies of #041CFB
Complementary color
Monochromatic Colors of #041CFB
Black with #041CFB
Text Example
Text Example
White with #041CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CFB; }
p { color: rgb(4,28,251); }
H1.HeaderClassName
{
color: #041CFB;
}
.AnyTagClassName
{
color: #041CFB;
}
</style>
background-color css
<style>
a { background-color: #041CFB; }
a { background-color: rgb(4,28,251); }
div.DivClassName
{
background-color: #041CFB;
}
.BgClassName
{
background-color: #041CFB;
}
</style>
border-color css
<style>
span { border-color: #041CFB; }
span { border-color: rgb(4,28,251); }
td.TdClassName
{
border-color: #041CFB;
}
.TagClassName
{
border-color: #041CFB;
}
</style>