Shades of Blue #041DED
Tints of Blue #041DED
RGB
CMYK
RGB Variations
Color information
#041DED (or 0x041DED) is known color: Blue. HEX triplet: 04, 1D and ED. RGB value is (4,29,237). Sum of RGB (Red+Green+Blue) = 4+29+237=270 (35% of max value = 765). Red value is 4 (1.95% from 255 or 1.48% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 237 (92.97% from 255 or 87.78% from 270); Max value from RGB is 237 - color contains mainly: blue. Hex color #041DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #041DED is #FBE212. Grayscale: #2C2C2C. Windows color (decimal): -16507411 or 15539460. OLE color: 15539460.
HSL color Cylindrical-coordinate representation of color #041DED: hue angle of 233.56º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #041DED is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 4 | 29 | 237 | - |
| CMYK | 0.98 | 0.88 | 0 | 0.07 |
| HSL | 233.56º | 0.97% | 0.47% | - |
| HSV(B) | 233.56º | 0.98% | 0.93% | - |
| XYZ | 15.78 | 7.02 | 80.64 | - |
| YUV | 45.24 | 236.22 | 98.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 29 | 237 | 0.98 | 0.88 | 0 | 0.07 | 233.56 | 0.97 | 0.47 |
| Hex | 4 | 1D | ED | 62 | 58 | 0 | 7 | EA | 61 | 2F |
| Octal | 4 | 35 | 355 | 142 | 130 | 0 | 7 | 352 | 141 | 57 |
| Binary | 100 | 11101 | 11101101 | 1100010 | 1011000 | 0 | 111 | 11101010 | 1100001 | 101111 |
Color Harmonies of #041DED
Complementary color
Monochromatic Colors of #041DED
Black with #041DED
Text Example
Text Example
White with #041DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #041DED; }
p { color: rgb(4,29,237); }
H1.HeaderClassName
{
color: #041DED;
}
.AnyTagClassName
{
color: #041DED;
}
</style>
background-color css
<style>
a { background-color: #041DED; }
a { background-color: rgb(4,29,237); }
div.DivClassName
{
background-color: #041DED;
}
.BgClassName
{
background-color: #041DED;
}
</style>
border-color css
<style>
span { border-color: #041DED; }
span { border-color: rgb(4,29,237); }
td.TdClassName
{
border-color: #041DED;
}
.TagClassName
{
border-color: #041DED;
}
</style>