#011EDC

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

Shades of Medium Blue #011EDC

Tints of Medium Blue #011EDC

Color information

#011EDC (or 0x011EDC) is unknown color: approx Medium Blue. HEX triplet: 01, 1E and DC. RGB value is (1,30,220). Sum of RGB (Red+Green+Blue) = 1+30+220=251 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 251); Green value is 30 (12.11% from 255 or 11.95% 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 #011EDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #011EDC is #FEE123. Grayscale: #2A2A2A. Windows color (decimal): -16703780 or 14425601. OLE color: 14425601.

HSL color Cylindrical-coordinate representation of color #011EDC: hue angle of 232.05º 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 #011EDC is Cyan = 1.00, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB130220-
CMYK1.000.8600.14
HSL232.05º99.1%43.33%-
HSV(B)232.05º99.55%86.27%-
XYZ13.46.168.18-
YUV42.99227.8998.05-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1302201.000.8600.14232.0599.143.33
Hex11EDC64560Ee8632b
Octal13633414412601635014353
Binary111110110111001100100101011001110111010001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011EDC; }

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

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

<style>
 a { background-color: #011EDC; }

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

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

<style>
 span { border-color: #011EDC; }

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

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