#1E1EDD

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

Shades of Medium Blue #1E1EDD

Tints of Medium Blue #1E1EDD

Color information

#1E1EDD (or 0x1E1EDD) is unknown color: approx Medium Blue. HEX triplet: 1E, 1E and DD. RGB value is (30,30,221). Sum of RGB (Red+Green+Blue) = 30+30+221=281 (37% of max value = 765). Red value is 30 (12.11% from 255 or 10.68% from 281); Green value is 30 (12.11% from 255 or 10.68% from 281); Blue value is 221 (86.72% from 255 or 78.65% from 281); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E1EDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1E1EDD is #E1E122. Grayscale: #333333. Windows color (decimal): -14803235 or 14491166. OLE color: 14491166.

HSL color Cylindrical-coordinate representation of color #1E1EDD: hue angle of 240º 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 #1E1EDD is Cyan = 0.86, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3030221-
CMYK0.860.8600.13
HSL240º76.1%49.22%-
HSV(B)240º86.43%86.67%-
XYZ14.056.4368.91-
YUV51.77223.5112.47-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.68%
GREEN value IS 30 (12.11% from 255) = 10.68%
BLUE value IS 221 (86.72% from 255) = 78.65%
R=10.68%
G=10.68%
B=78.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30302210.860.8600.1324076.149.22
Hex1E1EDD56560Df04c31
Octal363633512612601536011461
Binary1111011110110111011010110101011001101111100001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,30,221); }

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

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

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

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

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

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

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