Color Hex Logo

#419bde Color Hex

#419BDE
(65,155,222)
0 Favorites   0 Comments

Color spaces of #419bde

RGB 65155222
HSL0.570.700.56
HSV206°71°87°
CMYK 0.710.300.00   0.13
XYZ27.086129.840473.4394
Yxy29.84040.20780.2289
Hunter Lab54.6264-7.0882-41.4707
CIE-Lab61.5163-5.0889-41.7473

#419bde color RGB value is (65,155,222).

#419bde hex color red value is 65, green value is 155 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #419bde hue: 0.57 , saturation: 0.70 and the lightness value of 419bde is 0.56.

The process color (four color CMYK) of #419bde color hex is 0.71, 0.30, 0.00, 0.13. Web safe color of #419bde is #3399cc. Color #419bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011011 11011110
Octal 101 233 336
Decimal 65 155 222
Hex 41 9B DE

RGB Percentages of Color #419bde

%14.71
%35.07
%50.23

CMYK Percentages of Color #419bde

%71
%30
%0
%13

Triadic Colors of #419bde

#419bde #de419b #9bde41

Analogous Colors of #419bde

#419bde #414dde #41ded3

Monochromatic Colors of #419bde

#419bde

Complementary Color

#419bde #de8441

#419bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#419bde Color CSS Codes

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

#419bde Text Font Color

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

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


#419bde Background Color

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

This div background color is #419bde


#419bde Border Color

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

This div border color is #419bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419bde


Comments

No comments written yet.

Please login to write comment.