Color Hex Logo

#2b4bdb Color Hex

#2B4BDB
(43,75,219)
0 Favorites   0 Comments

Color spaces of #2b4bdb

RGB 4375219
HSL0.640.710.51
HSV229°80°86°
CMYK 0.800.660.00   0.14
XYZ16.298510.660268.2164
Yxy10.66020.17120.1120
Hunter Lab32.650031.9678-101.0211
CIE-Lab39.002240.7052-76.3040

#2b4bdb color RGB value is (43,75,219).

#2b4bdb hex color red value is 43, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #2b4bdb hue: 0.64 , saturation: 0.71 and the lightness value of 2b4bdb is 0.51.

The process color (four color CMYK) of #2b4bdb color hex is 0.80, 0.66, 0.00, 0.14. Web safe color of #2b4bdb is #3333cc. Color #2b4bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01001011 11011011
Octal 53 113 333
Decimal 43 75 219
Hex 2B 4B DB

RGB Percentages of Color #2b4bdb

%12.76
%22.26
%64.99

CMYK Percentages of Color #2b4bdb

%80
%66
%0
%14

Triadic Colors of #2b4bdb

#2b4bdb #db2b4b #4bdb2b

Analogous Colors of #2b4bdb

#2b4bdb #632bdb #2ba3db

Monochromatic Colors of #2b4bdb

#2b4bdb

Complementary Color

#2b4bdb #dbbb2b

#2b4bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b4bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b4bdb Color CSS Codes

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

#2b4bdb Text Font Color

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

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


#2b4bdb Background Color

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

This div background color is #2b4bdb


#2b4bdb Border Color

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

This div border color is #2b4bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b4bdb


Comments

No comments written yet.

Please login to write comment.