Color Hex Logo

#2865bb Color Hex

#2865BB
(40,101,187)
0 Favorites   0 Comments

Color spaces of #2865bb

RGB 40101187
HSL0.600.650.45
HSV215°79°73°
CMYK 0.790.460.00   0.27
XYZ14.498413.346348.8257
Yxy13.34630.18910.1741
Hunter Lab36.53266.9079-53.6681
CIE-Lab43.280511.6361-50.8750

#2865bb color RGB value is (40,101,187).

#2865bb hex color red value is 40, green value is 101 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #2865bb hue: 0.60 , saturation: 0.65 and the lightness value of 2865bb is 0.45.

The process color (four color CMYK) of #2865bb color hex is 0.79, 0.46, 0.00, 0.27. Web safe color of #2865bb is #3366cc. Color #2865bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101000 01100101 10111011
Octal 50 145 273
Decimal 40 101 187
Hex 28 65 BB

RGB Percentages of Color #2865bb

%12.20
%30.79
%57.01

CMYK Percentages of Color #2865bb

%79
%46
%0
%27

Triadic Colors of #2865bb

#2865bb #bb2865 #65bb28

Analogous Colors of #2865bb

#2865bb #3428bb #28afbb

Monochromatic Colors of #2865bb

#2865bb

Complementary Color

#2865bb #bb7e28

#2865bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2865bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#2865bb Color CSS Codes

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

#2865bb Text Font Color

<p style="color:#2865bb">Text here</p>

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


#2865bb Background Color

<div style="background-color:#2865bb">
Div content here</div>

This div background color is #2865bb


#2865bb Border Color

<div style="border:3px solid #2865bb">
Div here</div>

This div border color is #2865bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(40,101,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2865bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2865bb;
  -webkit-box-shadow: 1px 1px 3px 2px #2865bb;
  box-shadow:         1px 1px 3px 2px #2865bb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(40,101,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2865bb


Comments

No comments written yet.

Please login to write comment.