Color Hex Logo

#041fdd Color Hex

#041FDD
(4,31,221)
0 Favorites   0 Comments

Color spaces of #041fdd

RGB 431221
HSL0.650.960.44
HSV233°98°87°
CMYK 0.980.860.00   0.13
XYZ13.59126.226268.8921
Yxy6.22620.15320.0702
Hunter Lab24.952453.5598-146.2298
CIE-Lab29.976163.2898-92.4293

#041fdd color RGB value is (4,31,221).

#041fdd hex color red value is 4, green value is 31 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #041fdd hue: 0.65 , saturation: 0.96 and the lightness value of 041fdd is 0.44.

The process color (four color CMYK) of #041fdd color hex is 0.98, 0.86, 0.00, 0.13. Web safe color of #041fdd is #0033cc. Color #041fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00011111 11011101
Octal 4 37 335
Decimal 4 31 221
Hex 4 1F DD

RGB Percentages of Color #041fdd

%1.56
%12.11
%86.33

CMYK Percentages of Color #041fdd

%98
%86
%0
%13

Triadic Colors of #041fdd

#041fdd #dd041f #1fdd04

Analogous Colors of #041fdd

#041fdd #5504dd #048cdd

Monochromatic Colors of #041fdd

#041fdd

Complementary Color

#041fdd #ddc204

#041fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#041fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#041fdd Color CSS Codes

.mybgcolor {background-color:#041fdd; } 
.myforecolor {color:#041fdd; }
.mybordercolor {border:3px solid #041fdd; }

#041fdd Text Font Color

<p style="color:#041fdd">Text here</p>

This sample text font color is #041fdd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#041fdd Background Color

<div style="background-color:#041fdd">
Div content here</div>

This div background color is #041fdd


#041fdd Border Color

<div style="border:3px solid #041fdd">
Div here</div>

This div border color is #041fdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,31,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #041fdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #041fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #041fdd;
  box-shadow:         1px 1px 3px 2px #041fdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,31,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #041fdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #041fdd;
  -webkit-box-shadow: 1px 1px 3px 2px #041fdd;
  box-shadow:         1px 1px 3px 2px #041fdd;">
Div content here</div>

This div box has shadow with color #041fdd


Comments

No comments written yet.

Please login to write comment.