Color Hex Logo

#1428bd Color Hex

#1428BD
(20,40,189)
0 Favorites   0 Comments

Color spaces of #1428bd

RGB 2040189
HSL0.650.810.41
HSV233°89°74°
CMYK 0.890.790.00   0.26
XYZ10.23265.340448.6356
Yxy5.34040.15940.0832
Hunter Lab23.109338.5970-108.6046
CIE-Lab27.683349.5685-77.5677

#1428bd color RGB value is (20,40,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 00101000 10111101
Octal 24 50 275
Decimal 20 40 189
Hex 14 28 BD

RGB Percentages of Color #1428bd

%8.03
%16.06
%75.90

CMYK Percentages of Color #1428bd

%89
%79
%0
%26

Triadic Colors of #1428bd

#1428bd #bd1428 #28bd14

Analogous Colors of #1428bd

#1428bd #5514bd #147dbd

Monochromatic Colors of #1428bd

#1428bd

Complementary Color

#1428bd #bda914

#1428bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1428bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1428bd Color CSS Codes

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

#1428bd Text Font Color

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

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


#1428bd Background Color

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

This div background color is #1428bd


#1428bd Border Color

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

This div border color is #1428bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1428bd


Comments

No comments written yet.

Please login to write comment.