Color Hex Logo

#1454df Color Hex

#1454DF
(20,84,223)
0 Favorites   0 Comments

Color spaces of #1454df

RGB 2084223
HSL0.610.840.48
HSV221°91°87°
CMYK 0.910.620.00   0.13
XYZ16.778111.817171.2087
Yxy11.81710.16810.1184
Hunter Lab34.376026.9635-98.7540
CIE-Lab40.923935.1201-75.4571

#1454df color RGB value is (20,84,223).

#1454df hex color red value is 20, green value is 84 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1454df hue: 0.61 , saturation: 0.84 and the lightness value of 1454df is 0.48.

The process color (four color CMYK) of #1454df color hex is 0.91, 0.62, 0.00, 0.13. Web safe color of #1454df is #0066cc. Color #1454df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010100 11011111
Octal 24 124 337
Decimal 20 84 223
Hex 14 54 DF

RGB Percentages of Color #1454df

%6.12
%25.69
%68.20

CMYK Percentages of Color #1454df

%91
%62
%0
%13

Triadic Colors of #1454df

#1454df #df1454 #54df14

Analogous Colors of #1454df

#1454df #3a14df #14badf

Monochromatic Colors of #1454df

#1454df

Complementary Color

#1454df #df9f14

#1454df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1454df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1454df Color CSS Codes

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

#1454df Text Font Color

<p style="color:#1454df">Text here</p>

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


#1454df Background Color

<div style="background-color:#1454df">
Div content here</div>

This div background color is #1454df


#1454df Border Color

<div style="border:3px solid #1454df">
Div here</div>

This div border color is #1454df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,84,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1454df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1454df;
  -webkit-box-shadow: 1px 1px 3px 2px #1454df;
  box-shadow:         1px 1px 3px 2px #1454df; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,84,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1454df


Comments

No comments written yet.

Please login to write comment.