Color Hex Logo

#155fcb Color Hex

#155FCB
(21,95,203)
0 Favorites   0 Comments

Color spaces of #155fcb

RGB 2195203
HSL0.600.810.44
HSV216°90°80°
CMYK 0.900.530.00   0.20
XYZ15.181012.655658.1426
Yxy12.65560.17660.1472
Hunter Lab35.574713.9166-72.0001
CIE-Lab42.239720.2508-61.8455

#155fcb color RGB value is (21,95,203).

#155fcb hex color red value is 21, green value is 95 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #155fcb hue: 0.60 , saturation: 0.81 and the lightness value of 155fcb is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 00010101 01011111 11001011
Octal 25 137 313
Decimal 21 95 203
Hex 15 5F CB

RGB Percentages of Color #155fcb

%6.58
%29.78
%63.64

CMYK Percentages of Color #155fcb

%90
%53
%0
%20

Triadic Colors of #155fcb

#155fcb #cb155f #5fcb15

Analogous Colors of #155fcb

#155fcb #2615cb #15bacb

Monochromatic Colors of #155fcb

#155fcb

Complementary Color

#155fcb #cb8115

#155fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#155fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#155fcb Color CSS Codes

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

#155fcb Text Font Color

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

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


#155fcb Background Color

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

This div background color is #155fcb


#155fcb Border Color

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

This div border color is #155fcb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,95,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #155fcb


Comments

No comments written yet.

Please login to write comment.