Color Hex Logo

#457cbe Color Hex

#457CBE
(69,124,190)
0 Favorites   0 Comments

Color spaces of #457cbe

RGB 69124190
HSL0.590.480.51
HSV213°64°75°
CMYK 0.640.350.00   0.25
XYZ18.956219.398251.4603
Yxy19.39820.21110.2160
Hunter Lab44.0434-0.2498-38.4441
CIE-Lab51.14992.6897-40.0124

#457cbe color RGB value is (69,124,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111100 10111110
Octal 105 174 276
Decimal 69 124 190
Hex 45 7C BE

RGB Percentages of Color #457cbe

%18.02
%32.38
%49.61

CMYK Percentages of Color #457cbe

%64
%35
%0
%25

Triadic Colors of #457cbe

#457cbe #be457c #7cbe45

Analogous Colors of #457cbe

#457cbe #4a45be #45b9be

Monochromatic Colors of #457cbe

#457cbe

Complementary Color

#457cbe #be8745

#457cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#457cbe Color CSS Codes

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

#457cbe Text Font Color

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

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


#457cbe Background Color

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

This div background color is #457cbe


#457cbe Border Color

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

This div border color is #457cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(69,124,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457cbe


Comments

No comments written yet.

Please login to write comment.