Color Hex Logo

#419beb Color Hex

#419BEB
(65,155,235)
0 Favorites   0 Comments

Color spaces of #419beb

RGB 65155235
HSL0.580.810.59
HSV208°72°92°
CMYK 0.720.340.00   0.08
XYZ28.896730.564782.9738
Yxy30.56470.20290.2146
Hunter Lab55.2854-3.4505-50.2843
CIE-Lab62.1384-0.5967-47.9583

#419beb color RGB value is (65,155,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011011 11101011
Octal 101 233 353
Decimal 65 155 235
Hex 41 9B EB

RGB Percentages of Color #419beb

%14.29
%34.07
%51.65

CMYK Percentages of Color #419beb

%72
%34
%0
%8

Triadic Colors of #419beb

#419beb #eb419b #9beb41

Analogous Colors of #419beb

#419beb #4146eb #41ebe6

Monochromatic Colors of #419beb

#419beb

Complementary Color

#419beb #eb9141

#419beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419beb Color CSS Codes

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

#419beb Text Font Color

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

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


#419beb Background Color

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

This div background color is #419beb


#419beb Border Color

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

This div border color is #419beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419beb


Comments

No comments written yet.

Please login to write comment.