Color Hex Logo

#1454bd Color Hex

#1454BD
(20,84,189)
0 Favorites   0 Comments

Color spaces of #1454bd

RGB 2084189
HSL0.600.810.41
HSV217°89°74°
CMYK 0.890.560.00   0.26
XYZ12.644110.163549.4394
Yxy10.16350.17500.1407
Hunter Lab31.880215.0049-69.6299
CIE-Lab38.134321.9052-60.3864

#1454bd color RGB value is (20,84,189).

#1454bd hex color red value is 20, green value is 84 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #1454bd hue: 0.60 , saturation: 0.81 and the lightness value of 1454bd is 0.41.

The process color (four color CMYK) of #1454bd color hex is 0.89, 0.56, 0.00, 0.26. Web safe color of #1454bd is #0066cc. Color #1454bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01010100 10111101
Octal 24 124 275
Decimal 20 84 189
Hex 14 54 BD

RGB Percentages of Color #1454bd

%6.83
%28.67
%64.51

CMYK Percentages of Color #1454bd

%89
%56
%0
%26

Triadic Colors of #1454bd

#1454bd #bd1454 #54bd14

Analogous Colors of #1454bd

#1454bd #2814bd #14a9bd

Monochromatic Colors of #1454bd

#1454bd

Complementary Color

#1454bd #bd7d14

#1454bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1454bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1454bd Color CSS Codes

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

#1454bd Text Font Color

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

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


#1454bd Background Color

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

This div background color is #1454bd


#1454bd Border Color

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

This div border color is #1454bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1454bd


Comments

No comments written yet.

Please login to write comment.