Color Hex Logo

#2b6bdd Color Hex

#2B6BDD
(43,107,221)
0 Favorites   0 Comments

Color spaces of #2b6bdd

RGB 43107221
HSL0.610.720.52
HSV218°81°87°
CMYK 0.810.520.00   0.13
XYZ19.305116.249470.5256
Yxy16.24940.18200.1532
Hunter Lab40.310514.9419-75.5139
CIE-Lab47.300021.0653-63.9070

#2b6bdd color RGB value is (43,107,221).

#2b6bdd hex color red value is 43, green value is 107 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #2b6bdd hue: 0.61 , saturation: 0.72 and the lightness value of 2b6bdd is 0.52.

The process color (four color CMYK) of #2b6bdd color hex is 0.81, 0.52, 0.00, 0.13. Web safe color of #2b6bdd is #3366cc. Color #2b6bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101011 01101011 11011101
Octal 53 153 335
Decimal 43 107 221
Hex 2B 6B DD

RGB Percentages of Color #2b6bdd

%11.59
%28.84
%59.57

CMYK Percentages of Color #2b6bdd

%81
%52
%0
%13

Triadic Colors of #2b6bdd

#2b6bdd #dd2b6b #6bdd2b

Analogous Colors of #2b6bdd

#2b6bdd #442bdd #2bc4dd

Monochromatic Colors of #2b6bdd

#2b6bdd

Complementary Color

#2b6bdd #dd9d2b

#2b6bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2b6bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#2b6bdd Color CSS Codes

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

#2b6bdd Text Font Color

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

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


#2b6bdd Background Color

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

This div background color is #2b6bdd


#2b6bdd Border Color

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

This div border color is #2b6bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2b6bdd


Comments

No comments written yet.

Please login to write comment.