#1E5CDC

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

Shades of Denim #1E5CDC

Tints of Denim #1E5CDC

Color information

#1E5CDC (or 0x1E5CDC) is unknown color: approx Denim. HEX triplet: 1E, 5C and DC. RGB value is (30,92,220). Sum of RGB (Red+Green+Blue) = 30+92+220=342 (45% of max value = 765). Red value is 30 (12.11% from 255 or 8.77% from 342); Green value is 92 (36.33% from 255 or 26.90% from 342); Blue value is 220 (86.33% from 255 or 64.33% from 342); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E5CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E5CDC is #E1A323. Grayscale: #575757. Windows color (decimal): -14787364 or 14441502. OLE color: 14441502.

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

Color convert

RGB3092220-
CMYK0.860.5800.14
HSL220.42º76%49.02%-
HSV(B)220.42º86.36%86.27%-
XYZ17.2813.169.33-
YUV88.05202.4686.59-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.77%
GREEN value IS 92 (36.33% from 255) = 26.90%
BLUE value IS 220 (86.33% from 255) = 64.33%
R=8.77%
G=26.90%
B=64.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal30922200.860.5800.14220.427649.02
Hex1E5CDC563A0Edc4c31
Octal361343341267201633411461
Binary11110101110011011100101011011101001110110111001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,92,220); }

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

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

 a { background-color: rgb(30,92,220); }

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

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

 span { border-color: rgb(30,92,220); }

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