Color Hex Logo

#155bdd Color Hex

#155BDD
(21,91,221)
0 Favorites   0 Comments

Color spaces of #155bdd

RGB 2191221
HSL0.610.830.47
HSV219°90°87°
CMYK 0.900.590.00   0.13
XYZ17.101512.862169.9879
Yxy12.86210.17110.1287
Hunter Lab35.863822.3554-90.5994
CIE-Lab42.554729.8815-71.6476

#155bdd color RGB value is (21,91,221).

#155bdd hex color red value is 21, green value is 91 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #155bdd hue: 0.61 , saturation: 0.83 and the lightness value of 155bdd is 0.47.

The process color (four color CMYK) of #155bdd color hex is 0.90, 0.59, 0.00, 0.13. Web safe color of #155bdd is #0066cc. Color #155bdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011011 11011101
Octal 25 133 335
Decimal 21 91 221
Hex 15 5B DD

RGB Percentages of Color #155bdd

%6.31
%27.33
%66.37

CMYK Percentages of Color #155bdd

%90
%59
%0
%13

Triadic Colors of #155bdd

#155bdd #dd155b #5bdd15

Analogous Colors of #155bdd

#155bdd #3315dd #15bfdd

Monochromatic Colors of #155bdd

#155bdd

Complementary Color

#155bdd #dd9715

#155bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#155bdd Color CSS Codes

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

#155bdd Text Font Color

<p style="color:#155bdd">Text here</p>

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


#155bdd Background Color

<div style="background-color:#155bdd">
Div content here</div>

This div background color is #155bdd


#155bdd Border Color

<div style="border:3px solid #155bdd">
Div here</div>

This div border color is #155bdd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,91,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #155bdd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #155bdd;
  -webkit-box-shadow: 1px 1px 3px 2px #155bdd;
  box-shadow:         1px 1px 3px 2px #155bdd; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155bdd


Comments

No comments written yet.

Please login to write comment.