Color Hex Logo

#455dbd Color Hex

#455DBD
(69,93,189)
0 Favorites   0 Comments

Color spaces of #455dbd

RGB 6993189
HSL0.630.480.51
HSV228°63°74°
CMYK 0.630.510.00   0.26
XYZ15.553912.768049.7888
Yxy12.76800.19910.1635
Hunter Lab35.732315.1675-57.6010
CIE-Lab42.411621.7131-53.3731

#455dbd color RGB value is (69,93,189).

#455dbd hex color red value is 69, green value is 93 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #455dbd hue: 0.63 , saturation: 0.48 and the lightness value of 455dbd is 0.51.

The process color (four color CMYK) of #455dbd color hex is 0.63, 0.51, 0.00, 0.26. Web safe color of #455dbd is #3366cc. Color #455dbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01011101 10111101
Octal 105 135 275
Decimal 69 93 189
Hex 45 5D BD

RGB Percentages of Color #455dbd

%19.66
%26.50
%53.85

CMYK Percentages of Color #455dbd

%63
%51
%0
%26

Triadic Colors of #455dbd

#455dbd #bd455d #5dbd45

Analogous Colors of #455dbd

#455dbd #6945bd #4599bd

Monochromatic Colors of #455dbd

#455dbd

Complementary Color

#455dbd #bda545

#455dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#455dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#455dbd Color CSS Codes

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

#455dbd Text Font Color

<p style="color:#455dbd">Text here</p>

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


#455dbd Background Color

<div style="background-color:#455dbd">
Div content here</div>

This div background color is #455dbd


#455dbd Border Color

<div style="border:3px solid #455dbd">
Div here</div>

This div border color is #455dbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(69,93,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #455dbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #455dbd;
  -webkit-box-shadow: 1px 1px 3px 2px #455dbd;
  box-shadow:         1px 1px 3px 2px #455dbd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,93,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 #455dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #455dbd


Comments

No comments written yet.

Please login to write comment.