Color Hex Logo

#1468dd Color Hex

#1468DD
(20,104,221)
0 Favorites   0 Comments

Color spaces of #1468dd

RGB 20104221
HSL0.600.830.47
HSV215°91°87°
CMYK 0.910.530.00   0.13
XYZ18.290015.269870.3900
Yxy15.26980.17600.1469
Hunter Lab39.076615.1638-79.4475
CIE-Lab46.001521.4177-66.0348

#1468dd color RGB value is (20,104,221).

#1468dd hex color red value is 20, green value is 104 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #1468dd hue: 0.60 , saturation: 0.83 and the lightness value of 1468dd is 0.47.

The process color (four color CMYK) of #1468dd color hex is 0.91, 0.53, 0.00, 0.13. Web safe color of #1468dd is #0066cc. Color #1468dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01101000 11011101
Octal 24 150 335
Decimal 20 104 221
Hex 14 68 DD

RGB Percentages of Color #1468dd

%5.80
%30.14
%64.06

CMYK Percentages of Color #1468dd

%91
%53
%0
%13

Triadic Colors of #1468dd

#1468dd #dd1468 #68dd14

Analogous Colors of #1468dd

#1468dd #2414dd #14cddd

Monochromatic Colors of #1468dd

#1468dd

Complementary Color

#1468dd #dd8914

#1468dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1468dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#1468dd Color CSS Codes

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

#1468dd Text Font Color

<p style="color:#1468dd">Text here</p>

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


#1468dd Background Color

<div style="background-color:#1468dd">
Div content here</div>

This div background color is #1468dd


#1468dd Border Color

<div style="border:3px solid #1468dd">
Div here</div>

This div border color is #1468dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,104,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1468dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1468dd;
  -webkit-box-shadow: 1px 1px 3px 2px #1468dd;
  box-shadow:         1px 1px 3px 2px #1468dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1468dd


Comments

No comments written yet.

Please login to write comment.