Color Hex Logo

#419aed Color Hex

#419AED
(65,154,237)
0 Favorites   0 Comments

Color spaces of #419aed

RGB 65154237
HSL0.580.830.59
HSV209°73°93°
CMYK 0.730.350.00   0.07
XYZ29.021630.349484.4492
Yxy30.34940.20180.2110
Hunter Lab55.0903-2.3741-52.3238
CIE-Lab61.95450.6797-49.3518

#419aed color RGB value is (65,154,237).

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

The process color (four color CMYK) of #419aed color hex is 0.73, 0.35, 0.00, 0.07. Web safe color of #419aed is #3399ff. Color #419aed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 11101101
Octal 101 232 355
Decimal 65 154 237
Hex 41 9A ED

RGB Percentages of Color #419aed

%14.25
%33.77
%51.97

CMYK Percentages of Color #419aed

%73
%35
%0
%7

Triadic Colors of #419aed

#419aed #ed419a #9aed41

Analogous Colors of #419aed

#419aed #4144ed #41edea

Monochromatic Colors of #419aed

#419aed

Complementary Color

#419aed #ed9441

#419aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#419aed Color CSS Codes

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

#419aed Text Font Color

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

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


#419aed Background Color

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

This div background color is #419aed


#419aed Border Color

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

This div border color is #419aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419aed


Comments

No comments written yet.

Please login to write comment.