Color Hex Logo

#419ddd Color Hex

#419DDD
(65,157,221)
0 Favorites   0 Comments

Color spaces of #419ddd

RGB 65157221
HSL0.570.700.56
HSV205°71°87°
CMYK 0.710.290.00   0.13
XYZ27.288130.458272.8474
Yxy30.45820.20900.2332
Hunter Lab55.1889-8.3216-39.6284
CIE-Lab62.0476-6.5631-40.3587

#419ddd color RGB value is (65,157,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011101 11011101
Octal 101 235 335
Decimal 65 157 221
Hex 41 9D DD

RGB Percentages of Color #419ddd

%14.67
%35.44
%49.89

CMYK Percentages of Color #419ddd

%71
%29
%0
%13

Triadic Colors of #419ddd

#419ddd #dd419d #9ddd41

Analogous Colors of #419ddd

#419ddd #414fdd #41ddcf

Monochromatic Colors of #419ddd

#419ddd

Complementary Color

#419ddd #dd8141

#419ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#419ddd Color CSS Codes

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

#419ddd Text Font Color

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

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


#419ddd Background Color

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

This div background color is #419ddd


#419ddd Border Color

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

This div border color is #419ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419ddd


Comments

No comments written yet.

Please login to write comment.