Color Hex Logo

#419dbe Color Hex

#419DBE
(65,157,190)
0 Favorites   0 Comments

Color spaces of #419dbe

RGB 65157190
HSL0.540.490.50
HSV196°66°75°
CMYK 0.660.170.00   0.25
XYZ23.531228.955553.0639
Yxy28.95550.22290.2743
Hunter Lab53.8103-16.1102-20.8004
CIE-Lab60.7423-16.8277-25.0753

#419dbe color RGB value is (65,157,190).

#419dbe hex color red value is 65, green value is 157 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #419dbe hue: 0.54 , saturation: 0.49 and the lightness value of 419dbe is 0.50.

The process color (four color CMYK) of #419dbe color hex is 0.66, 0.17, 0.00, 0.25. Web safe color of #419dbe is #3399cc. Color #419dbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011101 10111110
Octal 101 235 276
Decimal 65 157 190
Hex 41 9D BE

RGB Percentages of Color #419dbe

%15.78
%38.11
%46.12

CMYK Percentages of Color #419dbe

%66
%17
%0
%25

Triadic Colors of #419dbe

#419dbe #be419d #9dbe41

Analogous Colors of #419dbe

#419dbe #415fbe #41bea1

Monochromatic Colors of #419dbe

#419dbe

Complementary Color

#419dbe #be6241

#419dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#419dbe Color CSS Codes

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

#419dbe Text Font Color

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

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


#419dbe Background Color

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

This div background color is #419dbe


#419dbe Border Color

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

This div border color is #419dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419dbe


Comments

No comments written yet.

Please login to write comment.