Color Hex Logo

#457bbd Color Hex

#457BBD
(69,123,189)
0 Favorites   0 Comments

Color spaces of #457bbd

RGB 69123189
HSL0.590.480.51
HSV213°63°74°
CMYK 0.630.350.00   0.26
XYZ18.722519.105250.8450
Yxy19.10520.21110.2155
Hunter Lab43.7095-0.0330-38.3723
CIE-Lab50.81012.9489-39.9749

#457bbd color RGB value is (69,123,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 10111101
Octal 105 173 275
Decimal 69 123 189
Hex 45 7B BD

RGB Percentages of Color #457bbd

%18.11
%32.28
%49.61

CMYK Percentages of Color #457bbd

%63
%35
%0
%26

Triadic Colors of #457bbd

#457bbd #bd457b #7bbd45

Analogous Colors of #457bbd

#457bbd #4b45bd #45b7bd

Monochromatic Colors of #457bbd

#457bbd

Complementary Color

#457bbd #bd8745

#457bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#457bbd Color CSS Codes

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

#457bbd Text Font Color

<p style="color:#457bbd">Text here</p>

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


#457bbd Background Color

<div style="background-color:#457bbd">
Div content here</div>

This div background color is #457bbd


#457bbd Border Color

<div style="border:3px solid #457bbd">
Div here</div>

This div border color is #457bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457bbd


Comments

No comments written yet.

Please login to write comment.