#1E68DE

Color #1E68DE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1E68DE

Tints of Denim #1E68DE

Color information

#1E68DE (or 0x1E68DE) is unknown color: approx Denim. HEX triplet: 1E, 68 and DE. RGB value is (30,104,222). Sum of RGB (Red+Green+Blue) = 30+104+222=356 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.43% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 222 (87.11% from 255 or 62.36% from 356); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E68DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E68DE is #E19721. Grayscale: #5E5E5E. Windows color (decimal): -14784290 or 14575646. OLE color: 14575646.

HSL color Cylindrical-coordinate representation of color #1E68DE: hue angle of 216.88º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E68DE is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB30104222-
CMYK0.860.5300.13
HSL216.88º76.19%49.41%-
HSV(B)216.88º86.49%87.06%-
XYZ18.6715.4571.11-
YUV95.33199.4881.41-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 8.43%
GREEN value IS 104 (41.02% from 255) = 29.21%
BLUE value IS 222 (87.11% from 255) = 62.36%
R=8.43%
G=29.21%
B=62.36%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301042220.860.5300.13216.8876.1949.41
Hex1E68DE56350Dd94c31
Octal361503361266501533111461
Binary11110110100011011110101011011010101101110110011001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E68DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E68DE; }

 p { color: rgb(30,104,222); }

 H1.HeaderClassName
 {
   color: #1E68DE;
 }
 .AnyTagClassName
 {
   color: #1E68DE;
 }
</style>
background-color css

<style>
 a { background-color: #1E68DE; }

 a { background-color: rgb(30,104,222); }

 div.DivClassName
 {
   background-color: #1E68DE;
 }
 .BgClassName
 {
   background-color: #1E68DE;
 }
</style>
border-color css

<style>
 span { border-color: #1E68DE; }

 span { border-color: rgb(30,104,222); }

 td.TdClassName
 {
   border-color: #1E68DE;
 }
 .TagClassName
 {
   border-color: #1E68DE;
 }
</style>