#1E00DC

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

Shades of Medium Blue #1E00DC

Tints of Medium Blue #1E00DC

Color information

#1E00DC (or 0x1E00DC) is unknown color: approx Medium Blue. HEX triplet: 1E, 00 and DC. RGB value is (30,0,220). Sum of RGB (Red+Green+Blue) = 30+0+220=250 (33% of max value = 765). Red value is 30 (12.11% from 255 or 12% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 220 (86.33% from 255 or 88% from 250); Max value from RGB is 220 - color contains mainly: blue. Hex color #1E00DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1E00DC is #E1FF23. Grayscale: #212121. Windows color (decimal): -14810916 or 14417950. OLE color: 14417950.

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

Color convert

RGB300220-
CMYK0.86100.14
HSL248.18º100%43.14%-
HSV(B)248.18º100%86.27%-
XYZ13.455.4468.05-
YUV34.05232.94125.11-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 220 (86.33% from 255) = 88%
R=12%
G=0%
B=88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal3002200.86100.14248.1810043.14
Hex1E0DC56640Ef8642b
Octal36033412614401637014453
Binary111100110111001010110110010001110111110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E00DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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