Color Hex Logo

#457ccb Color Hex

#457CCB
(69,124,203)
0 Favorites   0 Comments

Color spaces of #457ccb

RGB 69124203
HSL0.600.560.53
HSV215°66°80°
CMYK 0.660.390.00   0.20
XYZ20.441419.992359.2814
Yxy19.99230.20500.2005
Hunter Lab44.71273.3578-47.3094
CIE-Lab51.82857.2028-46.3656

#457ccb color RGB value is (69,124,203).

#457ccb hex color red value is 69, green value is 124 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #457ccb hue: 0.60 , saturation: 0.56 and the lightness value of 457ccb is 0.53.

The process color (four color CMYK) of #457ccb color hex is 0.66, 0.39, 0.00, 0.20. Web safe color of #457ccb is #3366cc. Color #457ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000101 01111100 11001011
Octal 105 174 313
Decimal 69 124 203
Hex 45 7C CB

RGB Percentages of Color #457ccb

%17.42
%31.31
%51.26

CMYK Percentages of Color #457ccb

%66
%39
%0
%20

Triadic Colors of #457ccb

#457ccb #cb457c #7ccb45

Analogous Colors of #457ccb

#457ccb #5145cb #45bfcb

Monochromatic Colors of #457ccb

#457ccb

Complementary Color

#457ccb #cb9445

#457ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#457ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#457ccb Color CSS Codes

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

#457ccb Text Font Color

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

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


#457ccb Background Color

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

This div background color is #457ccb


#457ccb Border Color

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

This div border color is #457ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #457ccb


Comments

No comments written yet.

Please login to write comment.