Color Hex Logo

#419afd Color Hex

#419AFD
(65,154,253)
0 Favorites   0 Comments

Color spaces of #419afd

RGB 65154253
HSL0.590.980.62
HSV212°74°99°
CMYK 0.740.390.00   0.01
XYZ31.465231.326997.3168
Yxy31.32690.19650.1957
Hunter Lab55.97042.4000-63.9093
CIE-Lab62.78266.3065-56.8195

#419afd color RGB value is (65,154,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 11111101
Octal 101 232 375
Decimal 65 154 253
Hex 41 9A FD

RGB Percentages of Color #419afd

%13.77
%32.63
%53.60

CMYK Percentages of Color #419afd

%74
%39
%0
%1

Triadic Colors of #419afd

#419afd #fd419a #9afd41

Analogous Colors of #419afd

#419afd #4641fd #41f8fd

Monochromatic Colors of #419afd

#419afd

Complementary Color

#419afd #fda441

#419afd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419afd Color Preview on White Background

Lorem ipsum dolor sit amet.

#419afd Color CSS Codes

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

#419afd Text Font Color

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

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


#419afd Background Color

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

This div background color is #419afd


#419afd Border Color

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

This div border color is #419afd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419afd

Related Colors


Comments

No comments written yet.

Please login to write comment.