Color Hex Logo

#1465ea Color Hex

#1465EA
(20,101,234)
0 Favorites   0 Comments

Color spaces of #1465ea

RGB 20101234
HSL0.600.840.50
HSV217°91°92°
CMYK 0.910.570.00   0.08
XYZ19.793515.396679.7705
Yxy15.39660.17220.1339
Hunter Lab39.238521.3753-93.0675
CIE-Lab46.172728.3824-73.1037

#1465ea color RGB value is (20,101,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010100 01100101 11101010
Octal 24 145 352
Decimal 20 101 234
Hex 14 65 EA

RGB Percentages of Color #1465ea

%5.63
%28.45
%65.92

CMYK Percentages of Color #1465ea

%91
%57
%0
%8

Triadic Colors of #1465ea

#1465ea #ea1465 #65ea14

Analogous Colors of #1465ea

#1465ea #2e14ea #14d0ea

Monochromatic Colors of #1465ea

#1465ea

Complementary Color

#1465ea #ea9914

#1465ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1465ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#1465ea Color CSS Codes

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

#1465ea Text Font Color

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

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


#1465ea Background Color

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

This div background color is #1465ea


#1465ea Border Color

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

This div border color is #1465ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,101,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 #1465ea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1465ea


Comments

No comments written yet.

Please login to write comment.