Color Hex Logo

#1435df Color Hex

#1435DF
(20,53,223)
0 Favorites   0 Comments

Color spaces of #1435df

RGB 2053223
HSL0.640.840.48
HSV230°91°87°
CMYK 0.910.760.00   0.13
XYZ14.88098.022670.5763
Yxy8.02260.15920.0858
Hunter Lab28.324244.2126-127.9078
CIE-Lab34.029953.8382-86.8279

#1435df color RGB value is (20,53,223).

#1435df hex color red value is 20, green value is 53 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #1435df hue: 0.64 , saturation: 0.84 and the lightness value of 1435df is 0.48.

The process color (four color CMYK) of #1435df color hex is 0.91, 0.76, 0.00, 0.13. Web safe color of #1435df is #0033cc. Color #1435df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 00110101 11011111
Octal 24 65 337
Decimal 20 53 223
Hex 14 35 DF

RGB Percentages of Color #1435df

%6.76
%17.91
%75.34

CMYK Percentages of Color #1435df

%91
%76
%0
%13

Triadic Colors of #1435df

#1435df #df1435 #35df14

Analogous Colors of #1435df

#1435df #5914df #149bdf

Monochromatic Colors of #1435df

#1435df

Complementary Color

#1435df #dfbe14

#1435df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1435df Color Preview on White Background

Lorem ipsum dolor sit amet.

#1435df Color CSS Codes

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

#1435df Text Font Color

<p style="color:#1435df">Text here</p>

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


#1435df Background Color

<div style="background-color:#1435df">
Div content here</div>

This div background color is #1435df


#1435df Border Color

<div style="border:3px solid #1435df">
Div here</div>

This div border color is #1435df


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,53,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1435df; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1435df;
  -webkit-box-shadow: 1px 1px 3px 2px #1435df;
  box-shadow:         1px 1px 3px 2px #1435df; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1435df


Comments

No comments written yet.

Please login to write comment.