Color Hex Logo

#1369fd Color Hex

#1369FD
(19,105,253)
0 Favorites   0 Comments

Color spaces of #1369fd

RGB 19105253
HSL0.610.980.53
HSV218°92°99°
CMYK 0.920.580.00   0.01
XYZ23.049817.333495.0593
Yxy17.33340.17020.1280
Hunter Lab41.633425.9658-106.2303
CIE-Lab48.677433.0206-79.6375

#1369fd color RGB value is (19,105,253).

#1369fd hex color red value is 19, green value is 105 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #1369fd hue: 0.61 , saturation: 0.98 and the lightness value of 1369fd is 0.53.

The process color (four color CMYK) of #1369fd color hex is 0.92, 0.58, 0.00, 0.01. Web safe color of #1369fd is #0066ff. Color #1369fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 01101001 11111101
Octal 23 151 375
Decimal 19 105 253
Hex 13 69 FD

RGB Percentages of Color #1369fd

%5.04
%27.85
%67.11

CMYK Percentages of Color #1369fd

%92
%58
%0
%1

Triadic Colors of #1369fd

#1369fd #fd1369 #69fd13

Analogous Colors of #1369fd

#1369fd #3213fd #13defd

Monochromatic Colors of #1369fd

#1369fd

Complementary Color

#1369fd #fda713

#1369fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1369fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1369fd Color CSS Codes

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

#1369fd Text Font Color

<p style="color:#1369fd">Text here</p>

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


#1369fd Background Color

<div style="background-color:#1369fd">
Div content here</div>

This div background color is #1369fd


#1369fd Border Color

<div style="border:3px solid #1369fd">
Div here</div>

This div border color is #1369fd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,105,253, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1369fd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1369fd;
  -webkit-box-shadow: 1px 1px 3px 2px #1369fd;
  box-shadow:         1px 1px 3px 2px #1369fd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,105,253, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1369fd


Comments

No comments written yet.

Please login to write comment.