Color Hex Logo

#1b6edb Color Hex

#1B6EDB
(27,110,219)
0 Favorites   0 Comments

Color spaces of #1b6edb

RGB 27110219
HSL0.590.780.48
HSV214°88°86°
CMYK 0.880.500.00   0.14
XYZ18.814116.499369.2109
Yxy16.49930.18000.1579
Hunter Lab40.619311.5940-72.5901
CIE-Lab47.622917.1605-62.2683

#1b6edb color RGB value is (27,110,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 01101110 11011011
Octal 33 156 333
Decimal 27 110 219
Hex 1B 6E DB

RGB Percentages of Color #1b6edb

%7.58
%30.90
%61.52

CMYK Percentages of Color #1b6edb

%88
%50
%0
%14

Triadic Colors of #1b6edb

#1b6edb #db1b6e #6edb1b

Analogous Colors of #1b6edb

#1b6edb #281bdb #1bcedb

Monochromatic Colors of #1b6edb

#1b6edb

Complementary Color

#1b6edb #db881b

#1b6edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b6edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b6edb Color CSS Codes

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

#1b6edb Text Font Color

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

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


#1b6edb Background Color

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

This div background color is #1b6edb


#1b6edb Border Color

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

This div border color is #1b6edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b6edb


Comments

No comments written yet.

Please login to write comment.