Color Hex Logo

#2b5fba Color Hex

#2B5FBA
(43,95,186)
0 Favorites   0 Comments

Color spaces of #2b5fba

RGB 4395186
HSL0.610.620.45
HSV218°77°73°
CMYK 0.770.490.00   0.27
XYZ13.951412.243248.0822
Yxy12.24320.18780.1648
Hunter Lab34.99039.9389-56.9807
CIE-Lab41.600115.4763-52.9912

#2b5fba color RGB value is (43,95,186).

#2b5fba hex color red value is 43, green value is 95 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #2b5fba hue: 0.61 , saturation: 0.62 and the lightness value of 2b5fba is 0.45.

The process color (four color CMYK) of #2b5fba color hex is 0.77, 0.49, 0.00, 0.27. Web safe color of #2b5fba is #3366cc. Color #2b5fba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01011111 10111010
Octal 53 137 272
Decimal 43 95 186
Hex 2B 5F BA

RGB Percentages of Color #2b5fba

%13.27
%29.32
%57.41

CMYK Percentages of Color #2b5fba

%77
%49
%0
%27

Triadic Colors of #2b5fba

#2b5fba #ba2b5f #5fba2b

Analogous Colors of #2b5fba

#2b5fba #3f2bba #2ba7ba

Monochromatic Colors of #2b5fba

#2b5fba

Complementary Color

#2b5fba #ba862b

#2b5fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b5fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b5fba Color CSS Codes

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

#2b5fba Text Font Color

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

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


#2b5fba Background Color

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

This div background color is #2b5fba


#2b5fba Border Color

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

This div border color is #2b5fba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(43,95,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b5fba


Comments

No comments written yet.

Please login to write comment.