#000ED9

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

Shades of Medium Blue #000ED9

Tints of Medium Blue #000ED9

Color information

#000ED9 (or 0x000ED9) is unknown color: approx Medium Blue. HEX triplet: 00, 0E and D9. RGB value is (0,14,217). Sum of RGB (Red+Green+Blue) = 0+14+217=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 217 (85.16% from 255 or 93.94% from 231); Max value from RGB is 217 - color contains mainly: blue. Hex color #000ED9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ED9 is #FFF126. Grayscale: #202020. Windows color (decimal): -16773415 or 14224896. OLE color: 14224896.

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

Color convert

RGB014217-
CMYK10.9400.15
HSL236.13º100%42.55%-
HSV(B)236.13º100%85.1%-
XYZ12.685.3266-
YUV32.96231.86104.49-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 217 (85.16% from 255) = 93.94%
R=0%
G=6.06%
B=93.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal01421710.9400.15236.1310042.55
Hex0ED9645E0Fec642b
Octal01633114413601735414453
Binary01110110110011100100101111001111111011001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000ED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000ED9; }

 p { color: rgb(0,14,217); }

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

<style>
 a { background-color: #000ED9; }

 a { background-color: rgb(0,14,217); }

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

<style>
 span { border-color: #000ED9; }

 span { border-color: rgb(0,14,217); }

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