Color Hex Logo

#457cbb Color Hex

#457CBB
(69,124,187)
0 Favorites   0 Comments

Color spaces of #457cbb

RGB 69124187
HSL0.590.460.50
HSV212°63°73°
CMYK 0.630.340.00   0.27
XYZ18.631519.268449.7509
Yxy19.26840.21260.2198
Hunter Lab43.8958-1.0536-36.4714
CIE-Lab50.99981.6591-38.5268

#457cbb color RGB value is (69,124,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111100 10111011
Octal 105 174 273
Decimal 69 124 187
Hex 45 7C BB

RGB Percentages of Color #457cbb

%18.16
%32.63
%49.21

CMYK Percentages of Color #457cbb

%63
%34
%0
%27

Triadic Colors of #457cbb

#457cbb #bb457c #7cbb45

Analogous Colors of #457cbb

#457cbb #4945bb #45b7bb

Monochromatic Colors of #457cbb

#457cbb

Complementary Color

#457cbb #bb8445

#457cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#457cbb Color CSS Codes

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

#457cbb Text Font Color

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

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


#457cbb Background Color

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

This div background color is #457cbb


#457cbb Border Color

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

This div border color is #457cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457cbb


Comments

No comments written yet.

Please login to write comment.