Color Hex Logo

#1b40db Color Hex

#1B40DB
(27,64,219)
0 Favorites   0 Comments

Color spaces of #1b40db

RGB 2764219
HSL0.630.780.48
HSV228°88°86°
CMYK 0.880.710.00   0.14
XYZ15.07169.014367.9634
Yxy9.01430.16370.0979
Hunter Lab30.023837.0632-113.1951
CIE-Lab36.011846.4418-81.2479

#1b40db color RGB value is (27,64,219).

#1b40db hex color red value is 27, green value is 64 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #1b40db hue: 0.63 , saturation: 0.78 and the lightness value of 1b40db is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 01000000 11011011
Octal 33 100 333
Decimal 27 64 219
Hex 1B 40 DB

RGB Percentages of Color #1b40db

%8.71
%20.65
%70.65

CMYK Percentages of Color #1b40db

%88
%71
%0
%14

Triadic Colors of #1b40db

#1b40db #db1b40 #40db1b

Analogous Colors of #1b40db

#1b40db #561bdb #1ba0db

Monochromatic Colors of #1b40db

#1b40db

Complementary Color

#1b40db #dbb61b

#1b40db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b40db Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b40db Color CSS Codes

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

#1b40db Text Font Color

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

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


#1b40db Background Color

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

This div background color is #1b40db


#1b40db Border Color

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

This div border color is #1b40db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b40db


Comments

No comments written yet.

Please login to write comment.