Color Hex Logo

#155bdb Color Hex

#155BDB
(21,91,219)
0 Favorites   0 Comments

Color spaces of #155bdb

RGB 2191219
HSL0.610.830.47
HSV219°90°86°
CMYK 0.900.580.00   0.14
XYZ16.836512.756168.5926
Yxy12.75610.17150.1299
Hunter Lab35.715721.6431-88.8665
CIE-Lab42.393429.1111-70.7710

#155bdb color RGB value is (21,91,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011011 11011011
Octal 25 133 333
Decimal 21 91 219
Hex 15 5B DB

RGB Percentages of Color #155bdb

%6.34
%27.49
%66.16

CMYK Percentages of Color #155bdb

%90
%58
%0
%14

Triadic Colors of #155bdb

#155bdb #db155b #5bdb15

Analogous Colors of #155bdb

#155bdb #3215db #15bedb

Monochromatic Colors of #155bdb

#155bdb

Complementary Color

#155bdb #db9515

#155bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#155bdb Color CSS Codes

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

#155bdb Text Font Color

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

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


#155bdb Background Color

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

This div background color is #155bdb


#155bdb Border Color

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

This div border color is #155bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155bdb


Comments

No comments written yet.

Please login to write comment.