Color Hex Logo

#1474fe Color Hex

#1474FE
(20,116,254)
0 Favorites   0 Comments

Color spaces of #1474fe

RGB 20116254
HSL0.600.990.54
HSV215°92°100°
CMYK 0.920.540.00   0.00
XYZ24.423319.795396.2996
Yxy19.79530.17380.1409
Hunter Lab44.491920.1246-97.1847
CIE-Lab51.605026.4759-75.4177

#1474fe color RGB value is (20,116,254).

#1474fe hex color red value is 20, green value is 116 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #1474fe hue: 0.60 , saturation: 0.99 and the lightness value of 1474fe is 0.54.

The process color (four color CMYK) of #1474fe color hex is 0.92, 0.54, 0.00, 0.00. Web safe color of #1474fe is #0066ff. Color #1474fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01110100 11111110
Octal 24 164 376
Decimal 20 116 254
Hex 14 74 FE

RGB Percentages of Color #1474fe

%5.13
%29.74
%65.13

CMYK Percentages of Color #1474fe

%92
%54
%0
%0

Triadic Colors of #1474fe

#1474fe #fe1474 #74fe14

Analogous Colors of #1474fe

#1474fe #2914fe #14e9fe

Monochromatic Colors of #1474fe

#1474fe

Complementary Color

#1474fe #fe9e14

#1474fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1474fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#1474fe Color CSS Codes

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

#1474fe Text Font Color

<p style="color:#1474fe">Text here</p>

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


#1474fe Background Color

<div style="background-color:#1474fe">
Div content here</div>

This div background color is #1474fe


#1474fe Border Color

<div style="border:3px solid #1474fe">
Div here</div>

This div border color is #1474fe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,116,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1474fe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1474fe;
  -webkit-box-shadow: 1px 1px 3px 2px #1474fe;
  box-shadow:         1px 1px 3px 2px #1474fe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1474fe

Related Colors


Comments

No comments written yet.

Please login to write comment.