Color Hex Logo

#1b3feb Color Hex

#1B3FEB
(27,63,235)
0 Favorites   0 Comments

Color spaces of #1b3feb

RGB 2763235
HSL0.640.840.51
HSV230°89°92°
CMYK 0.890.730.00   0.08
XYZ17.22499.786279.5783
Yxy9.78620.16160.0918
Hunter Lab31.282943.5401-128.9255
CIE-Lab37.455952.5363-87.9876

#1b3feb color RGB value is (27,63,235).

#1b3feb hex color red value is 27, green value is 63 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1b3feb hue: 0.64 , saturation: 0.84 and the lightness value of 1b3feb is 0.51.

The process color (four color CMYK) of #1b3feb color hex is 0.89, 0.73, 0.00, 0.08. Web safe color of #1b3feb is #3333ff. Color #1b3feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 00111111 11101011
Octal 33 77 353
Decimal 27 63 235
Hex 1B 3F EB

RGB Percentages of Color #1b3feb

%8.31
%19.38
%72.31

CMYK Percentages of Color #1b3feb

%89
%73
%0
%8

Triadic Colors of #1b3feb

#1b3feb #eb1b3f #3feb1b

Analogous Colors of #1b3feb

#1b3feb #5f1beb #1ba7eb

Monochromatic Colors of #1b3feb

#1b3feb

Complementary Color

#1b3feb #ebc71b

#1b3feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1b3feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1b3feb Color CSS Codes

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

#1b3feb Text Font Color

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

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


#1b3feb Background Color

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

This div background color is #1b3feb


#1b3feb Border Color

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

This div border color is #1b3feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1b3feb


Comments

No comments written yet.

Please login to write comment.