Color Hex Logo

#419deb Color Hex

#419DEB
(65,157,235)
0 Favorites   0 Comments

Color spaces of #419deb

RGB 65157235
HSL0.580.810.59
HSV208°72°92°
CMYK 0.720.330.00   0.08
XYZ29.232331.235983.0857
Yxy31.23590.20360.2176
Hunter Lab55.8891-4.4430-49.0192
CIE-Lab62.7063-1.7477-47.0613

#419deb color RGB value is (65,157,235).

#419deb hex color red value is 65, green value is 157 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #419deb hue: 0.58 , saturation: 0.81 and the lightness value of 419deb is 0.59.

The process color (four color CMYK) of #419deb color hex is 0.72, 0.33, 0.00, 0.08. Web safe color of #419deb is #3399ff. Color #419deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011101 11101011
Octal 101 235 353
Decimal 65 157 235
Hex 41 9D EB

RGB Percentages of Color #419deb

%14.22
%34.35
%51.42

CMYK Percentages of Color #419deb

%72
%33
%0
%8

Triadic Colors of #419deb

#419deb #eb419d #9deb41

Analogous Colors of #419deb

#419deb #4148eb #41ebe4

Monochromatic Colors of #419deb

#419deb

Complementary Color

#419deb #eb8f41

#419deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419deb Color CSS Codes

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

#419deb Text Font Color

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

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


#419deb Background Color

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

This div background color is #419deb


#419deb Border Color

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

This div border color is #419deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419deb


Comments

No comments written yet.

Please login to write comment.