#1E0CDD

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

Shades of Medium Blue #1E0CDD

Tints of Medium Blue #1E0CDD

Color information

#1E0CDD (or 0x1E0CDD) is unknown color: approx Medium Blue. HEX triplet: 1E, 0C and DD. RGB value is (30,12,221). Sum of RGB (Red+Green+Blue) = 30+12+221=263 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.41% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #1E0CDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E0CDD is #E1F322. Grayscale: #282828. Windows color (decimal): -14807843 or 14486558. OLE color: 14486558.

HSL color Cylindrical-coordinate representation of color #1E0CDD: hue angle of 245.17º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1E0CDD is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB3012221-
CMYK0.860.9500.13
HSL245.17º89.7%45.69%-
HSV(B)245.17º94.57%86.67%-
XYZ13.725.7668.8-
YUV41.21229.46120.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.41%
GREEN value IS 12 (5.08% from 255) = 4.56%
BLUE value IS 221 (86.72% from 255) = 84.03%
R=11.41%
G=4.56%
B=84.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30122210.860.9500.13245.1789.745.69
Hex1ECDD565F0Df55a2e
Octal361433512613701536513256
Binary111101100110111011010110101111101101111101011011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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