Color Hex Logo

#1564ea Color Hex

#1564EA
(21,100,234)
0 Favorites   0 Comments

Color spaces of #1564ea

RGB 21100234
HSL0.600.840.50
HSV218°91°92°
CMYK 0.910.570.00   0.08
XYZ19.717715.214379.7393
Yxy15.21430.17190.1327
Hunter Lab39.005521.9740-93.9032
CIE-Lab45.926329.0654-73.5049

#1564ea color RGB value is (21,100,234).

#1564ea hex color red value is 21, green value is 100 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #1564ea hue: 0.60 , saturation: 0.84 and the lightness value of 1564ea is 0.50.

The process color (four color CMYK) of #1564ea color hex is 0.91, 0.57, 0.00, 0.08. Web safe color of #1564ea is #0066ff. Color #1564ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01100100 11101010
Octal 25 144 352
Decimal 21 100 234
Hex 15 64 EA

RGB Percentages of Color #1564ea

%5.92
%28.17
%65.92

CMYK Percentages of Color #1564ea

%91
%57
%0
%8

Triadic Colors of #1564ea

#1564ea #ea1564 #64ea15

Analogous Colors of #1564ea

#1564ea #3115ea #15cfea

Monochromatic Colors of #1564ea

#1564ea

Complementary Color

#1564ea #ea9b15

#1564ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1564ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1564ea Color CSS Codes

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

#1564ea Text Font Color

<p style="color:#1564ea">Text here</p>

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


#1564ea Background Color

<div style="background-color:#1564ea">
Div content here</div>

This div background color is #1564ea


#1564ea Border Color

<div style="border:3px solid #1564ea">
Div here</div>

This div border color is #1564ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,100,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1564ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1564ea;
  -webkit-box-shadow: 1px 1px 3px 2px #1564ea;
  box-shadow:         1px 1px 3px 2px #1564ea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(21,100,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1564ea


Comments

No comments written yet.

Please login to write comment.