Shades of Blue #041CE8
Tints of Blue #041CE8
RGB
CMYK
RGB Variations
Color information
#041CE8 (or 0x041CE8) is known color: Blue. HEX triplet: 04, 1C and E8. RGB value is (4,28,232). Sum of RGB (Red+Green+Blue) = 4+28+232=264 (34% of max value = 765). Red value is 4 (1.95% from 255 or 1.52% from 264); Green value is 28 (11.33% from 255 or 10.61% from 264); Blue value is 232 (91.02% from 255 or 87.88% from 264); Max value from RGB is 232 - color contains mainly: blue. Hex color #041CE8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041CE8 is #FBE317. Grayscale: #2B2B2B. Windows color (decimal): -16507672 or 15211524. OLE color: 15211524.
HSL color Cylindrical-coordinate representation of color #041CE8: hue angle of 233.68º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041CE8 is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 4 | 28 | 232 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.09 |
| HSL | 233.68º | 0.97% | 0.46% | - |
| HSV(B) | 233.68º | 0.98% | 0.91% | - |
| XYZ | 15.03 | 6.68 | 76.84 | - |
| YUV | 44.08 | 234.05 | 99.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 28 | 232 | 0.98 | 0.88 | 0 | 0.09 | 233.68 | 0.97 | 0.46 |
| Hex | 4 | 1C | E8 | 62 | 58 | 0 | 9 | EA | 61 | 2E |
| Octal | 4 | 34 | 350 | 142 | 130 | 0 | 11 | 352 | 141 | 56 |
| Binary | 100 | 11100 | 11101000 | 1100010 | 1011000 | 0 | 1001 | 11101010 | 1100001 | 101110 |
Color Harmonies of #041CE8
Complementary color
Monochromatic Colors of #041CE8
Black with #041CE8
Text Example
Text Example
White with #041CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041CE8; }
p { color: rgb(4,28,232); }
H1.HeaderClassName
{
color: #041CE8;
}
.AnyTagClassName
{
color: #041CE8;
}
</style>
background-color css
<style>
a { background-color: #041CE8; }
a { background-color: rgb(4,28,232); }
div.DivClassName
{
background-color: #041CE8;
}
.BgClassName
{
background-color: #041CE8;
}
</style>
border-color css
<style>
span { border-color: #041CE8; }
span { border-color: rgb(4,28,232); }
td.TdClassName
{
border-color: #041CE8;
}
.TagClassName
{
border-color: #041CE8;
}
</style>