Color Hex Logo

#419bdf Color Hex

#419BDF
(65,155,223)
0 Favorites   0 Comments

Color spaces of #419bdf

RGB 65155223
HSL0.570.710.56
HSV206°71°87°
CMYK 0.710.300.00   0.13
XYZ27.220629.894274.1475
Yxy29.89420.20740.2277
Hunter Lab54.6756-6.8149-42.1324
CIE-Lab61.5628-4.7459-42.2289

#419bdf color RGB value is (65,155,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011011 11011111
Octal 101 233 337
Decimal 65 155 223
Hex 41 9B DF

RGB Percentages of Color #419bdf

%14.67
%34.99
%50.34

CMYK Percentages of Color #419bdf

%71
%30
%0
%13

Triadic Colors of #419bdf

#419bdf #df419b #9bdf41

Analogous Colors of #419bdf

#419bdf #414cdf #41dfd4

Monochromatic Colors of #419bdf

#419bdf

Complementary Color

#419bdf #df8541

#419bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#419bdf Color CSS Codes

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

#419bdf Text Font Color

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

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


#419bdf Background Color

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

This div background color is #419bdf


#419bdf Border Color

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

This div border color is #419bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419bdf


Comments

No comments written yet.

Please login to write comment.