#1E0CD4

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

Shades of Medium Blue #1E0CD4

Tints of Medium Blue #1E0CD4

Color information

#1E0CD4 (or 0x1E0CD4) is unknown color: approx Medium Blue. HEX triplet: 1E, 0C and D4. RGB value is (30,12,212). Sum of RGB (Red+Green+Blue) = 30+12+212=254 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.81% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 212 (83.20% from 255 or 83.46% from 254); Max value from RGB is 212 - color contains mainly: blue. Hex color #1E0CD4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CD4 is #E1F32B. Grayscale: #272727. Windows color (decimal): -14807852 or 13896734. OLE color: 13896734.

HSL color Cylindrical-coordinate representation of color #1E0CD4: hue angle of 245.4º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0CD4 is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB3012212-
CMYK0.860.9400.17
HSL245.4º89.29%43.92%-
HSV(B)245.4º94.34%83.14%-
XYZ12.555.2962.65-
YUV40.18224.96120.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.81%
GREEN value IS 12 (5.08% from 255) = 4.72%
BLUE value IS 212 (83.20% from 255) = 83.46%
R=11.81%
G=4.72%
B=83.46%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal30122120.860.9400.17245.489.2943.92
Hex1ECD4565E011f5592c
Octal361432412613602136513154
Binary1111011001101010010101101011110010001111101011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,12,212); }

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

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

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

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

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

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

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