#1E0DCA

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

Shades of Medium Blue #1E0DCA

Tints of Medium Blue #1E0DCA

Color information

#1E0DCA (or 0x1E0DCA) is unknown color: approx Medium Blue. HEX triplet: 1E, 0D and CA. RGB value is (30,13,202). Sum of RGB (Red+Green+Blue) = 30+13+202=245 (32% of max value = 765). Red value is 30 (12.11% from 255 or 12.24% from 245); Green value is 13 (5.47% from 255 or 5.31% from 245); Blue value is 202 (79.30% from 255 or 82.45% from 245); Max value from RGB is 202 - color contains mainly: blue. Hex color #1E0DCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0DCA is #E1F235. Grayscale: #262626. Windows color (decimal): -14807606 or 13241630. OLE color: 13241630.

HSL color Cylindrical-coordinate representation of color #1E0DCA: hue angle of 245.4º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1E0DCA is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3013202-
CMYK0.850.9400.21
HSL245.4º87.91%42.16%-
HSV(B)245.4º93.56%79.22%-
XYZ11.344.8356.21-
YUV39.63219.63121.13-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12.24%
GREEN value IS 13 (5.47% from 255) = 5.31%
BLUE value IS 202 (79.30% from 255) = 82.45%
R=12.24%
G=5.31%
B=82.45%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal30132020.850.9400.21245.487.9142.16
Hex1EDCA555E015f5582a
Octal361531212513602536513052
Binary1111011011100101010101011011110010101111101011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,13,202); }

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

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

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

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

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

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

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