Color Hex Logo

#419adb Color Hex

#419ADB
(65,154,219)
0 Favorites   0 Comments

Color spaces of #419adb

RGB 65154219
HSL0.570.680.56
HSV205°70°86°
CMYK 0.700.300.00   0.14
XYZ26.521829.349571.2850
Yxy29.34950.20860.2308
Hunter Lab54.1752-7.4208-40.0926
CIE-Lab61.0888-5.5476-40.7520

#419adb color RGB value is (65,154,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000001 10011010 11011011
Octal 101 232 333
Decimal 65 154 219
Hex 41 9A DB

RGB Percentages of Color #419adb

%14.84
%35.16
%50.00

CMYK Percentages of Color #419adb

%70
%30
%0
%14

Triadic Colors of #419adb

#419adb #db419a #9adb41

Analogous Colors of #419adb

#419adb #414ddb #41dbcf

Monochromatic Colors of #419adb

#419adb

Complementary Color

#419adb #db8241

#419adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#419adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#419adb Color CSS Codes

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

#419adb Text Font Color

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

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


#419adb Background Color

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

This div background color is #419adb


#419adb Border Color

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

This div border color is #419adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #419adb


Comments

No comments written yet.

Please login to write comment.