Color Hex Logo

#004ddd Color Hex

#004DDD
(0,77,221)
0 Favorites   0 Comments

Color spaces of #004ddd

RGB 077221
HSL0.611.000.43
HSV219°100°87°
CMYK 1.000.650.00   0.13
XYZ15.705010.528269.6110
Yxy10.52820.16390.1098
Hunter Lab32.447229.6145-104.4855
CIE-Lab38.774238.2742-77.8554

#004ddd color RGB value is (0,77,221).

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

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

Base Numbers

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

RGB Percentages of Color #004ddd

%0.00
%25.84
%74.16

CMYK Percentages of Color #004ddd

%100
%65
%0
%13

Triadic Colors of #004ddd

#004ddd #dd004d #4ddd00

Analogous Colors of #004ddd

#004ddd #2100dd #00bcdd

Monochromatic Colors of #004ddd

#004ddd

Complementary Color

#004ddd #dd9000

#004ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#004ddd Color CSS Codes

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

#004ddd Text Font Color

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

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


#004ddd Background Color

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

This div background color is #004ddd


#004ddd Border Color

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

This div border color is #004ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004ddd


Comments

No comments written yet.

Please login to write comment.