Color Hex Logo

#419aeb Color Hex

#419AEB
(65,154,235)
0 Favorites   0 Comments

Color spaces of #419aeb

RGB 65154235
HSL0.580.810.59
HSV209°72°92°
CMYK 0.720.340.00   0.08
XYZ28.731030.233282.9186
Yxy30.23320.20250.2131
Hunter Lab54.9847-2.9522-50.9218
CIE-Lab61.8549-0.0185-48.4066

#419aeb color RGB value is (65,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 11101011
Octal 101 232 353
Decimal 65 154 235
Hex 41 9A EB

RGB Percentages of Color #419aeb

%14.32
%33.92
%51.76

CMYK Percentages of Color #419aeb

%72
%34
%0
%8

Triadic Colors of #419aeb

#419aeb #eb419a #9aeb41

Analogous Colors of #419aeb

#419aeb #4145eb #41ebe7

Monochromatic Colors of #419aeb

#419aeb

Complementary Color

#419aeb #eb9241

#419aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419aeb Color CSS Codes

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

#419aeb Text Font Color

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

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


#419aeb Background Color

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

This div background color is #419aeb


#419aeb Border Color

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

This div border color is #419aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419aeb


Comments

No comments written yet.

Please login to write comment.