Color Hex Logo

#1425ff Color Hex

#1425FF
(20,37,255)
0 Favorites   0 Comments

Color spaces of #1425ff

RGB 2037255
HSL0.651.000.54
HSV236°92°100°
CMYK 0.920.850.00   0.00
XYZ19.00018.691995.2840
Yxy8.69190.15450.0707
Hunter Lab29.482063.4432-170.9840
CIE-Lab35.384270.8705-102.7073

#1425ff color RGB value is (20,37,255).

#1425ff hex color red value is 20, green value is 37 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #1425ff hue: 0.65 , saturation: 1.00 and the lightness value of 1425ff is 0.54.

The process color (four color CMYK) of #1425ff color hex is 0.92, 0.85, 0.00, 0.00. Web safe color of #1425ff is #0033ff. Color #1425ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00100101 11111111
Octal 24 45 377
Decimal 20 37 255
Hex 14 25 FF

RGB Percentages of Color #1425ff

%6.41
%11.86
%81.73

CMYK Percentages of Color #1425ff

%92
%85
%0
%0

Triadic Colors of #1425ff

#1425ff #ff1425 #25ff14

Analogous Colors of #1425ff

#1425ff #7914ff #149bff

Monochromatic Colors of #1425ff

#1425ff

Complementary Color

#1425ff #ffee14

#1425ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1425ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#1425ff Color CSS Codes

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

#1425ff Text Font Color

<p style="color:#1425ff">Text here</p>

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


#1425ff Background Color

<div style="background-color:#1425ff">
Div content here</div>

This div background color is #1425ff


#1425ff Border Color

<div style="border:3px solid #1425ff">
Div here</div>

This div border color is #1425ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,37,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1425ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1425ff;
  -webkit-box-shadow: 1px 1px 3px 2px #1425ff;
  box-shadow:         1px 1px 3px 2px #1425ff; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1425ff


Comments

No comments written yet.

Please login to write comment.