#1E5DD1

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

Shades of Denim #1E5DD1

Tints of Denim #1E5DD1

Color information

#1E5DD1 (or 0x1E5DD1) is unknown color: approx Denim. HEX triplet: 1E, 5D and D1. RGB value is (30,93,209). Sum of RGB (Red+Green+Blue) = 30+93+209=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 209 (82.03% from 255 or 62.95% from 332); Max value from RGB is 209 - color contains mainly: blue. Hex color #1E5DD1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5DD1 is #E1A22E. Grayscale: #565656. Windows color (decimal): -14787119 or 13720862. OLE color: 13720862.

HSL color Cylindrical-coordinate representation of color #1E5DD1: hue angle of 218.88º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E5DD1 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3093209-
CMYK0.860.5600.18
HSL218.88º74.9%46.86%-
HSV(B)218.88º85.65%81.96%-
XYZ15.9612.7161.93-
YUV87.39196.6387.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 93 (36.72% from 255) = 28.01%
BLUE value IS 209 (82.03% from 255) = 62.95%
R=9.04%
G=28.01%
B=62.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal30932090.860.5600.18218.8874.946.86
Hex1E5DD15638012db4b2f
Octal361353211267002233311357
Binary111101011101110100011010110111000010010110110111001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,93,209); }

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

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

 a { background-color: rgb(30,93,209); }

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

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

 span { border-color: rgb(30,93,209); }

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