Color Hex Logo

#1470ee Color Hex

#1470EE
(20,112,238)
0 Favorites   0 Comments

Color spaces of #1470ee

RGB 20112238
HSL0.600.870.51
HSV215°92°93°
CMYK 0.920.530.00   0.07
XYZ21.515317.910183.2119
Yxy17.91010.17540.1460
Hunter Lab42.320316.6873-86.9541
CIE-Lab49.386922.8837-70.1183

#1470ee color RGB value is (20,112,238).

#1470ee hex color red value is 20, green value is 112 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #1470ee hue: 0.60 , saturation: 0.87 and the lightness value of 1470ee is 0.51.

The process color (four color CMYK) of #1470ee color hex is 0.92, 0.53, 0.00, 0.07. Web safe color of #1470ee is #0066ff. Color #1470ee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110000 11101110
Octal 24 160 356
Decimal 20 112 238
Hex 14 70 EE

RGB Percentages of Color #1470ee

%5.41
%30.27
%64.32

CMYK Percentages of Color #1470ee

%92
%53
%0
%7

Triadic Colors of #1470ee

#1470ee #ee1470 #70ee14

Analogous Colors of #1470ee

#1470ee #2514ee #14ddee

Monochromatic Colors of #1470ee

#1470ee

Complementary Color

#1470ee #ee9214

#1470ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1470ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#1470ee Color CSS Codes

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

#1470ee Text Font Color

<p style="color:#1470ee">Text here</p>

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


#1470ee Background Color

<div style="background-color:#1470ee">
Div content here</div>

This div background color is #1470ee


#1470ee Border Color

<div style="border:3px solid #1470ee">
Div here</div>

This div border color is #1470ee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,112,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1470ee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1470ee;
  -webkit-box-shadow: 1px 1px 3px 2px #1470ee;
  box-shadow:         1px 1px 3px 2px #1470ee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(20,112,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1470ee


Comments

No comments written yet.

Please login to write comment.