Color Hex Logo

#1b4dda Color Hex

#1B4DDA
(27,77,218)
0 Favorites   0 Comments

Color spaces of #1b4dda

RGB 2777218
HSL0.620.780.48
HSV224°88°85°
CMYK 0.880.650.00   0.15
XYZ15.760810.602767.5455
Yxy10.60270.16780.1129
Hunter Lab32.561829.4158-100.1967
CIE-Lab38.903138.0432-75.9119

#1b4dda color RGB value is (27,77,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011011 01001101 11011010
Octal 33 115 332
Decimal 27 77 218
Hex 1B 4D DA

RGB Percentages of Color #1b4dda

%8.39
%23.91
%67.70

CMYK Percentages of Color #1b4dda

%88
%65
%0
%15

Triadic Colors of #1b4dda

#1b4dda #da1b4d #4dda1b

Analogous Colors of #1b4dda

#1b4dda #481bda #1badda

Monochromatic Colors of #1b4dda

#1b4dda

Complementary Color

#1b4dda #daa81b

#1b4dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b4dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b4dda Color CSS Codes

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

#1b4dda Text Font Color

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

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


#1b4dda Background Color

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

This div background color is #1b4dda


#1b4dda Border Color

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

This div border color is #1b4dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b4dda


Comments

No comments written yet.

Please login to write comment.