#1E12DE

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

Shades of Medium Blue #1E12DE

Tints of Medium Blue #1E12DE

Color information

#1E12DE (or 0x1E12DE) is unknown color: approx Medium Blue. HEX triplet: 1E, 12 and DE. RGB value is (30,18,222). Sum of RGB (Red+Green+Blue) = 30+18+222=270 (35% of max value = 765). Red value is 30 (12.11% from 255 or 11.11% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E12DE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E12DE is #E1ED21. Grayscale: #2C2C2C. Windows color (decimal): -14806306 or 14553630. OLE color: 14553630.

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

Color convert

RGB3018222-
CMYK0.860.9200.13
HSL243.53º85%47.06%-
HSV(B)243.53º91.89%87.06%-
XYZ13.945.9869.53-
YUV44.84227.98117.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.11%
GREEN value IS 18 (7.42% from 255) = 6.67%
BLUE value IS 222 (87.11% from 255) = 82.22%
R=11.11%
G=6.67%
B=82.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal30182220.860.9200.13243.538547.06
Hex1E12DE565C0Df4552f
Octal362233612613401536412557
Binary1111010010110111101010110101110001101111101001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E12DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,18,222); }

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

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

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

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

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

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

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