#001ED1

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

Shades of Medium Blue #001ED1

Tints of Medium Blue #001ED1

Color information

#001ED1 (or 0x001ED1) is unknown color: approx Medium Blue. HEX triplet: 00, 1E and D1. RGB value is (0,30,209). Sum of RGB (Red+Green+Blue) = 0+30+209=239 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 239); Green value is 30 (12.11% from 255 or 12.55% from 239); Blue value is 209 (82.03% from 255 or 87.45% from 239); Max value from RGB is 209 - color contains mainly: blue. Hex color #001ED1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #001ED1 is #FFE12E. Grayscale: #282828. Windows color (decimal): -16769327 or 13704704. OLE color: 13704704.

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

Color convert

RGB030209-
CMYK10.8600.18
HSL231.39º100%40.98%-
HSV(B)231.39º100%81.96%-
XYZ11.975.5360.76-
YUV41.44222.5698.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 30 (12.11% from 255) = 12.55%
BLUE value IS 209 (82.03% from 255) = 87.45%
R=0%
G=12.55%
B=87.45%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal03020910.8600.18231.3910040.98
Hex01ED16456012e76429
Octal03632114412602234714451
Binary0111101101000111001001010110010010111001111100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001ED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001ED1; }

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

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

<style>
 a { background-color: #001ED1; }

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

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

<style>
 span { border-color: #001ED1; }

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

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