Color Hex Logo

#419ffc Color Hex

#419FFC
(65,159,252)
0 Favorites   0 Comments

Color spaces of #419ffc

RGB 65159252
HSL0.580.970.62
HSV210°74°99°
CMYK 0.740.370.00   0.01
XYZ32.148832.948496.7607
Yxy32.94840.19860.2036
Hunter Lab57.4007-0.4775-59.7650
CIE-Lab64.11913.0328-54.1475

#419ffc color RGB value is (65,159,252).

#419ffc hex color red value is 65, green value is 159 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #419ffc hue: 0.58 , saturation: 0.97 and the lightness value of 419ffc is 0.62.

The process color (four color CMYK) of #419ffc color hex is 0.74, 0.37, 0.00, 0.01. Web safe color of #419ffc is #3399ff. Color #419ffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011111 11111100
Octal 101 237 374
Decimal 65 159 252
Hex 41 9F FC

RGB Percentages of Color #419ffc

%13.66
%33.40
%52.94

CMYK Percentages of Color #419ffc

%74
%37
%0
%1

Triadic Colors of #419ffc

#419ffc #fc419f #9ffc41

Analogous Colors of #419ffc

#419ffc #4141fc #41fcfc

Monochromatic Colors of #419ffc

#419ffc

Complementary Color

#419ffc #fc9e41

#419ffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419ffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#419ffc Color CSS Codes

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

#419ffc Text Font Color

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

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


#419ffc Background Color

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

This div background color is #419ffc


#419ffc Border Color

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

This div border color is #419ffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419ffc

Related Colors


Comments

No comments written yet.

Please login to write comment.