Color Hex Logo

#1d5bcb Color Hex

#1D5BCB
(29,91,203)
0 Favorites   0 Comments

Color spaces of #1d5bcb

RGB 2991203
HSL0.610.750.45
HSV219°86°80°
CMYK 0.860.550.00   0.20
XYZ15.027312.055258.0348
Yxy12.05520.17650.1416
Hunter Lab34.720616.4949-74.7977
CIE-Lab41.303723.3665-63.3589

#1d5bcb color RGB value is (29,91,203).

#1d5bcb hex color red value is 29, green value is 91 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #1d5bcb hue: 0.61 , saturation: 0.75 and the lightness value of 1d5bcb is 0.45.

The process color (four color CMYK) of #1d5bcb color hex is 0.86, 0.55, 0.00, 0.20. Web safe color of #1d5bcb is #3366cc. Color #1d5bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 01011011 11001011
Octal 35 133 313
Decimal 29 91 203
Hex 1D 5B CB

RGB Percentages of Color #1d5bcb

%8.98
%28.17
%62.85

CMYK Percentages of Color #1d5bcb

%86
%55
%0
%20

Triadic Colors of #1d5bcb

#1d5bcb #cb1d5b #5bcb1d

Analogous Colors of #1d5bcb

#1d5bcb #361dcb #1db2cb

Monochromatic Colors of #1d5bcb

#1d5bcb

Complementary Color

#1d5bcb #cb8d1d

#1d5bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1d5bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1d5bcb Color CSS Codes

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

#1d5bcb Text Font Color

<p style="color:#1d5bcb">Text here</p>

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


#1d5bcb Background Color

<div style="background-color:#1d5bcb">
Div content here</div>

This div background color is #1d5bcb


#1d5bcb Border Color

<div style="border:3px solid #1d5bcb">
Div here</div>

This div border color is #1d5bcb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,91,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1d5bcb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1d5bcb;
  -webkit-box-shadow: 1px 1px 3px 2px #1d5bcb;
  box-shadow:         1px 1px 3px 2px #1d5bcb; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1d5bcb


Comments

No comments written yet.

Please login to write comment.