Color Hex Logo

#409ddb Color Hex

#409DDB
(64,157,219)
0 Favorites   0 Comments

Color spaces of #409ddb

RGB 64157219
HSL0.570.680.55
HSV204°71°86°
CMYK 0.710.280.00   0.14
XYZ26.957530.318471.4491
Yxy30.31840.20940.2355
Hunter Lab55.0621-8.9682-38.3917
CIE-Lab61.9280-7.3851-39.4384

#409ddb color RGB value is (64,157,219).

#409ddb hex color red value is 64, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #409ddb hue: 0.57 , saturation: 0.68 and the lightness value of 409ddb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 10011101 11011011
Octal 100 235 333
Decimal 64 157 219
Hex 40 9D DB

RGB Percentages of Color #409ddb

%14.55
%35.68
%49.77

CMYK Percentages of Color #409ddb

%71
%28
%0
%14

Triadic Colors of #409ddb

#409ddb #db409d #9ddb40

Analogous Colors of #409ddb

#409ddb #404fdb #40dbcc

Monochromatic Colors of #409ddb

#409ddb

Complementary Color

#409ddb #db7e40

#409ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#409ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#409ddb Color CSS Codes

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

#409ddb Text Font Color

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

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


#409ddb Background Color

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

This div background color is #409ddb


#409ddb Border Color

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

This div border color is #409ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #409ddb


Comments

No comments written yet.

Please login to write comment.