#1E01DC

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

Shades of Medium Blue #1E01DC

Tints of Medium Blue #1E01DC

Color information

#1E01DC (or 0x1E01DC) is unknown color: approx Medium Blue. HEX triplet: 1E, 01 and DC. RGB value is (30,1,220). Sum of RGB (Red+Green+Blue) = 30+1+220=251 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.95% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 220 (86.33% from 255 or 87.65% from 251); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E01DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E01DC is #E1FE23. Grayscale: #212121. Windows color (decimal): -14810660 or 14418206. OLE color: 14418206.

HSL color Cylindrical-coordinate representation of color #1E01DC: hue angle of 247.95º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1E01DC is Cyan = 0.86, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB301220-
CMYK0.861.0000.14
HSL247.95º99.1%43.33%-
HSV(B)247.95º99.55%86.27%-
XYZ13.465.4768.06-
YUV34.64232.61124.69-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 11.95%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 220 (86.33% from 255) = 87.65%
R=11.95%
G=0.40%
B=87.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3012200.861.0000.14247.9599.143.33
Hex1E1DC56640Ef8632b
Octal36133412614401637014353
Binary111101110111001010110110010001110111110001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E01DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,220); }

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

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

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

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

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

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

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