color codes Logo

#409dcc color codes

#409DCC
(64,157,204)
0 Favorites   0 Comments

Color spaces of #409dcc

RGB 64157204
HSL0.560.580.53
HSV200°69°80°
CMYK 0.690.230.00   0.20
XYZ25.070429.563661.5117
Yxy29.56360.21590.2545
Hunter Lab54.3724-12.8478-29.0143
CIE-Lab61.2758-12.4259-32.0999

#409dcc color RGB value is (64,157,204).

#409dcc hex color red value is 64, green value is 157 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #409dcc hue: 0.56 , saturation: 0.58 and the lightness value of 409dcc is 0.53.

The process color (four color CMYK) of #409dcc color code is 0.69, 0.23, 0.00, 0.20. Web safe color of #409dcc is #3399cc. Color #409dcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 11001100
Octal 100 235 314
Decimal 64 157 204
Hex 40 9D CC

RGB Percentages of Color #409dcc

%15.06
%36.94
%48.00

CMYK Percentages of Color #409dcc

%69
%23
%0
%20

Triadic Colors of #409dcc

#409dcc #cc409d #9dcc40

Analogous Colors of #409dcc

#409dcc #4057cc #40ccb5

Monochromatic Colors of #409dcc

#409dcc

Complementary Color

#409dcc #cc6f40

#409dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#409dcc Color CSS Codes

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

#409dcc Text Font Color

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

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


#409dcc Background Color

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

This div background color is #409dcc


#409dcc Border Color

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

This div border color is #409dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409dcc


Comments

No comments written yet.

Please login to write comment.