Color Hex Logo

#457dbb Color Hex

#457DBB
(69,125,187)
0 Favorites   0 Comments

Color spaces of #457dbb

RGB 69125187
HSL0.590.460.50
HSV212°63°73°
CMYK 0.630.330.00   0.27
XYZ18.757519.520349.7929
Yxy19.52030.21300.2216
Hunter Lab44.1818-1.5354-35.8926
CIE-Lab51.29051.0594-38.0689

#457dbb color RGB value is (69,125,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111101 10111011
Octal 105 175 273
Decimal 69 125 187
Hex 45 7D BB

RGB Percentages of Color #457dbb

%18.11
%32.81
%49.08

CMYK Percentages of Color #457dbb

%63
%33
%0
%27

Triadic Colors of #457dbb

#457dbb #bb457d #7dbb45

Analogous Colors of #457dbb

#457dbb #4845bb #45b8bb

Monochromatic Colors of #457dbb

#457dbb

Complementary Color

#457dbb #bb8345

#457dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#457dbb Color CSS Codes

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

#457dbb Text Font Color

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

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


#457dbb Background Color

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

This div background color is #457dbb


#457dbb Border Color

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

This div border color is #457dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457dbb


Comments

No comments written yet.

Please login to write comment.