Color Hex Logo

#1b37dd Color Hex

#1B37DD
(27,55,221)
0 Favorites   0 Comments

Color spaces of #1b37dd

RGB 2755221
HSL0.640.780.49
HSV231°88°87°
CMYK 0.880.750.00   0.13
XYZ14.86938.185869.2029
Yxy8.18580.16120.0887
Hunter Lab28.610842.6990-123.3810
CIE-Lab34.366952.3157-85.1168

#1b37dd color RGB value is (27,55,221).

#1b37dd hex color red value is 27, green value is 55 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1b37dd hue: 0.64 , saturation: 0.78 and the lightness value of 1b37dd is 0.49.

The process color (four color CMYK) of #1b37dd color hex is 0.88, 0.75, 0.00, 0.13. Web safe color of #1b37dd is #3333cc. Color #1b37dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00110111 11011101
Octal 33 67 335
Decimal 27 55 221
Hex 1B 37 DD

RGB Percentages of Color #1b37dd

%8.91
%18.15
%72.94

CMYK Percentages of Color #1b37dd

%88
%75
%0
%13

Triadic Colors of #1b37dd

#1b37dd #dd1b37 #37dd1b

Analogous Colors of #1b37dd

#1b37dd #601bdd #1b98dd

Monochromatic Colors of #1b37dd

#1b37dd

Complementary Color

#1b37dd #ddc11b

#1b37dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b37dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b37dd Color CSS Codes

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

#1b37dd Text Font Color

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

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


#1b37dd Background Color

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

This div background color is #1b37dd


#1b37dd Border Color

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

This div border color is #1b37dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b37dd


Comments

No comments written yet.

Please login to write comment.