Color Hex Logo

#419bea Color Hex

#419BEA
(65,155,234)
0 Favorites   0 Comments

Color spaces of #419bea

RGB 65155234
HSL0.580.800.59
HSV208°72°92°
CMYK 0.720.340.00   0.08
XYZ28.752630.507082.2149
Yxy30.50700.20320.2156
Hunter Lab55.2331-3.7366-49.5904
CIE-Lab62.0892-0.9444-47.4844

#419bea color RGB value is (65,155,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011011 11101010
Octal 101 233 352
Decimal 65 155 234
Hex 41 9B EA

RGB Percentages of Color #419bea

%14.32
%34.14
%51.54

CMYK Percentages of Color #419bea

%72
%34
%0
%8

Triadic Colors of #419bea

#419bea #ea419b #9bea41

Analogous Colors of #419bea

#419bea #4147ea #41eae5

Monochromatic Colors of #419bea

#419bea

Complementary Color

#419bea #ea9041

#419bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#419bea Color CSS Codes

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

#419bea Text Font Color

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

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


#419bea Background Color

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

This div background color is #419bea


#419bea Border Color

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

This div border color is #419bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419bea


Comments

No comments written yet.

Please login to write comment.