Color Hex Logo

#044ddd Color Hex

#044DDD
(4,77,221)
0 Favorites   0 Comments

Color spaces of #044ddd

RGB 477221
HSL0.610.960.44
HSV220°98°87°
CMYK 0.980.650.00   0.13
XYZ15.755110.554069.6134
Yxy10.55400.16420.1100
Hunter Lab32.486929.7146-104.3065
CIE-Lab38.818938.3730-77.7803

#044ddd color RGB value is (4,77,221).

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

The process color (four color CMYK) of #044ddd color hex is 0.98, 0.65, 0.00, 0.13. Web safe color of #044ddd is #0066cc. Color #044ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01001101 11011101
Octal 4 115 335
Decimal 4 77 221
Hex 4 4D DD

RGB Percentages of Color #044ddd

%1.32
%25.50
%73.18

CMYK Percentages of Color #044ddd

%98
%65
%0
%13

Triadic Colors of #044ddd

#044ddd #dd044d #4ddd04

Analogous Colors of #044ddd

#044ddd #2704dd #04badd

Monochromatic Colors of #044ddd

#044ddd

Complementary Color

#044ddd #dd9404

#044ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#044ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#044ddd Color CSS Codes

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

#044ddd Text Font Color

<p style="color:#044ddd">Text here</p>

This sample text font color is #044ddd
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.


#044ddd Background Color

<div style="background-color:#044ddd">
Div content here</div>

This div background color is #044ddd


#044ddd Border Color

<div style="border:3px solid #044ddd">
Div here</div>

This div border color is #044ddd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(4,77,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 #044ddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #044ddd


Comments

No comments written yet.

Please login to write comment.