Color Hex Logo

#2b5bcb Color Hex

#2B5BCB
(43,91,203)
0 Favorites   0 Comments

Color spaces of #2b5bcb

RGB 4391203
HSL0.620.650.48
HSV222°79°80°
CMYK 0.790.550.00   0.20
XYZ15.516812.307658.0577
Yxy12.30760.18070.1433
Hunter Lab35.082217.5565-73.5618
CIE-Lab41.700924.5589-62.6955

#2b5bcb color RGB value is (43,91,203).

#2b5bcb hex color red value is 43, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #2b5bcb hue: 0.62 , saturation: 0.65 and the lightness value of 2b5bcb is 0.48.

The process color (four color CMYK) of #2b5bcb color hex is 0.79, 0.55, 0.00, 0.20. Web safe color of #2b5bcb is #3366cc. Color #2b5bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011011 11001011
Octal 53 133 313
Decimal 43 91 203
Hex 2B 5B CB

RGB Percentages of Color #2b5bcb

%12.76
%27.00
%60.24

CMYK Percentages of Color #2b5bcb

%79
%55
%0
%20

Triadic Colors of #2b5bcb

#2b5bcb #cb2b5b #5bcb2b

Analogous Colors of #2b5bcb

#2b5bcb #4b2bcb #2babcb

Monochromatic Colors of #2b5bcb

#2b5bcb

Complementary Color

#2b5bcb #cb9b2b

#2b5bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5bcb Color CSS Codes

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

#2b5bcb Text Font Color

<p style="color:#2b5bcb">Text here</p>

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


#2b5bcb Background Color

<div style="background-color:#2b5bcb">
Div content here</div>

This div background color is #2b5bcb


#2b5bcb Border Color

<div style="border:3px solid #2b5bcb">
Div here</div>

This div border color is #2b5bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(43,91,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2b5bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2b5bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #2b5bcb;
  box-shadow:         1px 1px 3px 2px #2b5bcb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,91,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 #2b5bcb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5bcb


Comments

No comments written yet.

Please login to write comment.