Color Hex Logo

#419cfb Color Hex

#419CFB
(65,156,251)
0 Favorites   0 Comments

Color spaces of #419cfb

RGB 65156251
HSL0.590.960.62
HSV211°74°98°
CMYK 0.740.380.00   0.02
XYZ31.481031.865895.7583
Yxy31.86580.19790.2003
Hunter Lab56.44980.7590-61.0614
CIE-Lab63.23184.4283-55.0110

#419cfb color RGB value is (65,156,251).

#419cfb hex color red value is 65, green value is 156 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #419cfb hue: 0.59 , saturation: 0.96 and the lightness value of 419cfb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011100 11111011
Octal 101 234 373
Decimal 65 156 251
Hex 41 9C FB

RGB Percentages of Color #419cfb

%13.77
%33.05
%53.18

CMYK Percentages of Color #419cfb

%74
%38
%0
%2

Triadic Colors of #419cfb

#419cfb #fb419c #9cfb41

Analogous Colors of #419cfb

#419cfb #4341fb #41f9fb

Monochromatic Colors of #419cfb

#419cfb

Complementary Color

#419cfb #fba041

#419cfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419cfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419cfb Color CSS Codes

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

#419cfb Text Font Color

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

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


#419cfb Background Color

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

This div background color is #419cfb


#419cfb Border Color

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

This div border color is #419cfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419cfb


Comments

No comments written yet.

Please login to write comment.