Color Hex Logo

#1b5edb Color Hex

#1B5EDB
(27,94,219)
0 Favorites   0 Comments

Color spaces of #1b5edb

RGB 2794219
HSL0.610.780.48
HSV219°88°86°
CMYK 0.880.570.00   0.14
XYZ17.240913.352968.6865
Yxy13.35290.17370.1345
Hunter Lab36.541620.2712-85.8670
CIE-Lab43.290227.4760-69.3030

#1b5edb color RGB value is (27,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 01011110 11011011
Octal 33 136 333
Decimal 27 94 219
Hex 1B 5E DB

RGB Percentages of Color #1b5edb

%7.94
%27.65
%64.41

CMYK Percentages of Color #1b5edb

%88
%57
%0
%14

Triadic Colors of #1b5edb

#1b5edb #db1b5e #5edb1b

Analogous Colors of #1b5edb

#1b5edb #381bdb #1bbedb

Monochromatic Colors of #1b5edb

#1b5edb

Complementary Color

#1b5edb #db981b

#1b5edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b5edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b5edb Color CSS Codes

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

#1b5edb Text Font Color

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

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


#1b5edb Background Color

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

This div background color is #1b5edb


#1b5edb Border Color

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

This div border color is #1b5edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b5edb


Comments

No comments written yet.

Please login to write comment.