Color Hex Logo

#409bdd Color Hex

#409BDD
(64,155,221)
0 Favorites   0 Comments

Color spaces of #409bdd

RGB 64155221
HSL0.570.700.56
HSV205°71°87°
CMYK 0.710.300.00   0.13
XYZ26.886829.753172.7325
Yxy29.75310.20780.2300
Hunter Lab54.5464-7.4707-40.8752
CIE-Lab61.4406-5.5718-41.3131

#409bdd color RGB value is (64,155,221).

#409bdd hex color red value is 64, green value is 155 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #409bdd hue: 0.57 , saturation: 0.70 and the lightness value of 409bdd is 0.56.

The process color (four color CMYK) of #409bdd color hex is 0.71, 0.30, 0.00, 0.13. Web safe color of #409bdd is #3399cc. Color #409bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011011 11011101
Octal 100 233 335
Decimal 64 155 221
Hex 40 9B DD

RGB Percentages of Color #409bdd

%14.55
%35.23
%50.23

CMYK Percentages of Color #409bdd

%71
%30
%0
%13

Triadic Colors of #409bdd

#409bdd #dd409b #9bdd40

Analogous Colors of #409bdd

#409bdd #404ddd #40ddd1

Monochromatic Colors of #409bdd

#409bdd

Complementary Color

#409bdd #dd8240

#409bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#409bdd Color CSS Codes

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

#409bdd Text Font Color

<p style="color:#409bdd">Text here</p>

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


#409bdd Background Color

<div style="background-color:#409bdd">
Div content here</div>

This div background color is #409bdd


#409bdd Border Color

<div style="border:3px solid #409bdd">
Div here</div>

This div border color is #409bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,155,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #409bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #409bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #409bdd;
  box-shadow:         1px 1px 3px 2px #409bdd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,155,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 #409bdd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409bdd


Comments

No comments written yet.

Please login to write comment.