Color Hex Logo

#254dcb Color Hex

#254DCB
(37,77,203)
0 Favorites   0 Comments

Color spaces of #254dcb

RGB 3777203
HSL0.630.690.47
HSV226°82°80°
CMYK 0.820.620.00   0.20
XYZ14.196310.012957.6844
Yxy10.01290.17340.1223
Hunter Lab31.643224.7062-85.9334
CIE-Lab37.865633.1076-68.9597

#254dcb color RGB value is (37,77,203).

#254dcb hex color red value is 37, green value is 77 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #254dcb hue: 0.63 , saturation: 0.69 and the lightness value of 254dcb is 0.47.

The process color (four color CMYK) of #254dcb color hex is 0.82, 0.62, 0.00, 0.20. Web safe color of #254dcb is #3366cc. Color #254dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 01001101 11001011
Octal 45 115 313
Decimal 37 77 203
Hex 25 4D CB

RGB Percentages of Color #254dcb

%11.67
%24.29
%64.04

CMYK Percentages of Color #254dcb

%82
%62
%0
%20

Triadic Colors of #254dcb

#254dcb #cb254d #4dcb25

Analogous Colors of #254dcb

#254dcb #5025cb #25a0cb

Monochromatic Colors of #254dcb

#254dcb

Complementary Color

#254dcb #cba325

#254dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#254dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#254dcb Color CSS Codes

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

#254dcb Text Font Color

<p style="color:#254dcb">Text here</p>

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


#254dcb Background Color

<div style="background-color:#254dcb">
Div content here</div>

This div background color is #254dcb


#254dcb Border Color

<div style="border:3px solid #254dcb">
Div here</div>

This div border color is #254dcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,77,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #254dcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #254dcb;
  -webkit-box-shadow: 1px 1px 3px 2px #254dcb;
  box-shadow:         1px 1px 3px 2px #254dcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(37,77,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 #254dcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #254dcb


Comments

No comments written yet.

Please login to write comment.