Color Hex Logo

#256fcb Color Hex

#256FCB
(37,111,203)
0 Favorites   0 Comments

Color spaces of #256fcb

RGB 37111203
HSL0.590.690.47
HSV213°82°80°
CMYK 0.820.450.00   0.20
XYZ17.226916.074058.6945
Yxy16.07400.18730.1747
Hunter Lab40.09246.5362-58.7348
CIE-Lab47.071411.1012-54.0267

#256fcb color RGB value is (37,111,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00100101 01101111 11001011
Octal 45 157 313
Decimal 37 111 203
Hex 25 6F CB

RGB Percentages of Color #256fcb

%10.54
%31.62
%57.83

CMYK Percentages of Color #256fcb

%82
%45
%0
%20

Triadic Colors of #256fcb

#256fcb #cb256f #6fcb25

Analogous Colors of #256fcb

#256fcb #2e25cb #25c2cb

Monochromatic Colors of #256fcb

#256fcb

Complementary Color

#256fcb #cb8125

#256fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#256fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#256fcb Color CSS Codes

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

#256fcb Text Font Color

<p style="color:#256fcb">Text here</p>

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


#256fcb Background Color

<div style="background-color:#256fcb">
Div content here</div>

This div background color is #256fcb


#256fcb Border Color

<div style="border:3px solid #256fcb">
Div here</div>

This div border color is #256fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #256fcb


Comments

No comments written yet.

Please login to write comment.