color codes Logo

#1531eb color codes

#1531EB
(21,49,235)
0 Favorites   0 Comments

Color spaces of #1531eb

RGB 2149235
HSL0.640.840.50
HSV232°91°92°
CMYK 0.910.790.00   0.08
XYZ16.40308.354279.3453
Yxy8.35420.15760.0802
Hunter Lab28.903650.7186-142.5284
CIE-Lab34.709959.7986-92.5461

#1531eb color RGB value is (21,49,235).

#1531eb hex color red value is 21, green value is 49 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #1531eb hue: 0.64 , saturation: 0.84 and the lightness value of 1531eb is 0.50.

The process color (four color CMYK) of #1531eb color code is 0.91, 0.79, 0.00, 0.08. Web safe color of #1531eb is #0033ff. Color #1531eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 00110001 11101011
Octal 25 61 353
Decimal 21 49 235
Hex 15 31 EB

RGB Percentages of Color #1531eb

%6.89
%16.07
%77.05

CMYK Percentages of Color #1531eb

%91
%79
%0
%8

Triadic Colors of #1531eb

#1531eb #eb1531 #31eb15

Analogous Colors of #1531eb

#1531eb #6415eb #159ceb

Monochromatic Colors of #1531eb

#1531eb

Complementary Color

#1531eb #ebcf15

#1531eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1531eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#1531eb Color CSS Codes

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

#1531eb Text Font Color

<p style="color:#1531eb">Text here</p>

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


#1531eb Background Color

<div style="background-color:#1531eb">
Div content here</div>

This div background color is #1531eb


#1531eb Border Color

<div style="border:3px solid #1531eb">
Div here</div>

This div border color is #1531eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,49,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1531eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1531eb;
  -webkit-box-shadow: 1px 1px 3px 2px #1531eb;
  box-shadow:         1px 1px 3px 2px #1531eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,49,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 #1531eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1531eb


Comments

No comments written yet.

Please login to write comment.