Color Hex Logo

#419bdc Color Hex

#419BDC
(65,155,220)
0 Favorites   0 Comments

Color spaces of #419bdc

RGB 65155220
HSL0.570.690.56
HSV205°70°86°
CMYK 0.700.300.00   0.14
XYZ26.819629.733872.0358
Yxy29.73380.20860.2312
Hunter Lab54.5287-7.6311-40.1557
CIE-Lab61.4239-5.7733-40.7820

#419bdc color RGB value is (65,155,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011011 11011100
Octal 101 233 334
Decimal 65 155 220
Hex 41 9B DC

RGB Percentages of Color #419bdc

%14.77
%35.23
%50.00

CMYK Percentages of Color #419bdc

%70
%30
%0
%14

Triadic Colors of #419bdc

#419bdc #dc419b #9bdc41

Analogous Colors of #419bdc

#419bdc #414edc #41dcd0

Monochromatic Colors of #419bdc

#419bdc

Complementary Color

#419bdc #dc8241

#419bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#419bdc Color CSS Codes

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

#419bdc Text Font Color

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

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


#419bdc Background Color

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

This div background color is #419bdc


#419bdc Border Color

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

This div border color is #419bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419bdc


Comments

No comments written yet.

Please login to write comment.