Color Hex Logo

#419feb Color Hex

#419FEB
(65,159,235)
0 Favorites   0 Comments

Color spaces of #419feb

RGB 65159235
HSL0.570.810.59
HSV207°72°92°
CMYK 0.720.320.00   0.08
XYZ29.573531.918283.1994
Yxy31.91820.20440.2206
Hunter Lab56.4962-5.4307-47.7664
CIE-Lab63.2752-2.8921-46.1637

#419feb color RGB value is (65,159,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011111 11101011
Octal 101 237 353
Decimal 65 159 235
Hex 41 9F EB

RGB Percentages of Color #419feb

%14.16
%34.64
%51.20

CMYK Percentages of Color #419feb

%72
%32
%0
%8

Triadic Colors of #419feb

#419feb #eb419f #9feb41

Analogous Colors of #419feb

#419feb #414aeb #41ebe2

Monochromatic Colors of #419feb

#419feb

Complementary Color

#419feb #eb8d41

#419feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419feb Color CSS Codes

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

#419feb Text Font Color

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

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


#419feb Background Color

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

This div background color is #419feb


#419feb Border Color

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

This div border color is #419feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419feb


Comments

No comments written yet.

Please login to write comment.