Color Hex Logo

#1441fd Color Hex

#1441FD
(20,65,253)
0 Favorites   0 Comments

Color spaces of #1441fd

RGB 2065253
HSL0.630.980.54
HSV228°92°99°
CMYK 0.920.740.00   0.01
XYZ19.908411.021294.0065
Yxy11.02120.15930.0882
Hunter Lab33.198248.9466-144.6513
CIE-Lab39.616257.2156-94.5520

#1441fd color RGB value is (20,65,253).

#1441fd hex color red value is 20, green value is 65 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1441fd hue: 0.63 , saturation: 0.98 and the lightness value of 1441fd is 0.54.

The process color (four color CMYK) of #1441fd color hex is 0.92, 0.74, 0.00, 0.01. Web safe color of #1441fd is #0033ff. Color #1441fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01000001 11111101
Octal 24 101 375
Decimal 20 65 253
Hex 14 41 FD

RGB Percentages of Color #1441fd

%5.92
%19.23
%74.85

CMYK Percentages of Color #1441fd

%92
%74
%0
%1

Triadic Colors of #1441fd

#1441fd #fd1441 #41fd14

Analogous Colors of #1441fd

#1441fd #5c14fd #14b6fd

Monochromatic Colors of #1441fd

#1441fd

Complementary Color

#1441fd #fdd014

#1441fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1441fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1441fd Color CSS Codes

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

#1441fd Text Font Color

<p style="color:#1441fd">Text here</p>

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


#1441fd Background Color

<div style="background-color:#1441fd">
Div content here</div>

This div background color is #1441fd


#1441fd Border Color

<div style="border:3px solid #1441fd">
Div here</div>

This div border color is #1441fd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,65,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 #1441fd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1441fd

Related Colors


Comments

No comments written yet.

Please login to write comment.