Color Hex Logo

#457bd4 Color Hex

#457BD4
(69,123,212)
0 Favorites   0 Comments

Color spaces of #457bd4

RGB 69123212
HSL0.600.620.55
HSV217°67°83°
CMYK 0.670.420.00   0.17
XYZ21.420920.184665.0544
Yxy20.18460.20080.1892
Hunter Lab44.92736.4844-54.4024
CIE-Lab52.045310.9788-51.1297

#457bd4 color RGB value is (69,123,212).

#457bd4 hex color red value is 69, green value is 123 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #457bd4 hue: 0.60 , saturation: 0.62 and the lightness value of 457bd4 is 0.55.

The process color (four color CMYK) of #457bd4 color hex is 0.67, 0.42, 0.00, 0.17. Web safe color of #457bd4 is #3366cc. Color #457bd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111011 11010100
Octal 105 173 324
Decimal 69 123 212
Hex 45 7B D4

RGB Percentages of Color #457bd4

%17.08
%30.45
%52.48

CMYK Percentages of Color #457bd4

%67
%42
%0
%17

Triadic Colors of #457bd4

#457bd4 #d4457b #7bd445

Analogous Colors of #457bd4

#457bd4 #5745d4 #45c3d4

Monochromatic Colors of #457bd4

#457bd4

Complementary Color

#457bd4 #d49e45

#457bd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457bd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#457bd4 Color CSS Codes

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

#457bd4 Text Font Color

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

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


#457bd4 Background Color

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

This div background color is #457bd4


#457bd4 Border Color

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

This div border color is #457bd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457bd4


Comments

No comments written yet.

Please login to write comment.