Color Hex Logo

#1b5ccd Color Hex

#1B5CCD
(27,92,205)
0 Favorites   0 Comments

Color spaces of #1b5ccd

RGB 2792205
HSL0.610.770.45
HSV218°87°80°
CMYK 0.870.550.00   0.20
XYZ15.298612.295159.3245
Yxy12.29510.17600.1415
Hunter Lab35.064416.5170-75.7662
CIE-Lab41.681323.3561-63.9002

#1b5ccd color RGB value is (27,92,205).

#1b5ccd hex color red value is 27, green value is 92 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #1b5ccd hue: 0.61 , saturation: 0.77 and the lightness value of 1b5ccd is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 01011100 11001101
Octal 33 134 315
Decimal 27 92 205
Hex 1B 5C CD

RGB Percentages of Color #1b5ccd

%8.33
%28.40
%63.27

CMYK Percentages of Color #1b5ccd

%87
%55
%0
%20

Triadic Colors of #1b5ccd

#1b5ccd #cd1b5c #5ccd1b

Analogous Colors of #1b5ccd

#1b5ccd #331bcd #1bb5cd

Monochromatic Colors of #1b5ccd

#1b5ccd

Complementary Color

#1b5ccd #cd8c1b

#1b5ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b5ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b5ccd Color CSS Codes

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

#1b5ccd Text Font Color

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

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


#1b5ccd Background Color

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

This div background color is #1b5ccd


#1b5ccd Border Color

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

This div border color is #1b5ccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,92,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1b5ccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1b5ccd;
  -webkit-box-shadow: 1px 1px 3px 2px #1b5ccd;
  box-shadow:         1px 1px 3px 2px #1b5ccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,92,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b5ccd


Comments

No comments written yet.

Please login to write comment.