#1E66DF

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

Shades of Denim #1E66DF

Tints of Denim #1E66DF

Color information

#1E66DF (or 0x1E66DF) is unknown color: approx Denim. HEX triplet: 1E, 66 and DF. RGB value is (30,102,223). Sum of RGB (Red+Green+Blue) = 30+102+223=355 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.45% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 223 (87.5% from 255 or 62.82% from 355); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E66DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E66DF is #E19920. Grayscale: #5D5D5D. Windows color (decimal): -14784801 or 14640670. OLE color: 14640670.

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

Color convert

RGB30102223-
CMYK0.870.5400.13
HSL217.62º76.28%49.61%-
HSV(B)217.62º86.55%87.45%-
XYZ18.6115.1171.75-
YUV94.27200.6582.16-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.45%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 223 (87.5% from 255) = 62.82%
R=8.45%
G=28.73%
B=62.82%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301022230.870.5400.13217.6276.2849.61
Hex1E66DF57360Dda4c32
Octal361463371276601533211462
Binary11110110011011011111101011111011001101110110101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E66DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,102,223); }

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

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

 a { background-color: rgb(30,102,223); }

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

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

 span { border-color: rgb(30,102,223); }

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