Html Css Color HEX #000ECD Medium Blue

📋 copy color: '#000ECD'

red 0 ◦ green 14 ◦ blue 205

#000ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Blue #000ECD

Tints of Medium Blue #000ECD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 14 (5.86% from 255) = 6.39%

 BLUE value IS 205 (80.47% from 255) = 93.61%

R = 0%
G = 6.39%
B = 93.61%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#000ECD (or 0x000ECD) is known color: Medium Blue. HEX triplet: 00, 0E and CD. RGB value is (0,14,205). Sum of RGB (Red+Green+Blue) = 0+14+205=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 14 (5.86% from 255 or 6.39% from 219); Blue value is 205 (80.47% from 255 or 93.61% from 219); Max value from RGB is 205 - color contains mainly: blue. Hex color #000ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #000ECD is #FFF132. Grayscale: #1E1E1E. Windows color (decimal): -16773427 or 13438464. OLE color: 13438464.

HSL color Cylindrical-coordinate representation of color #000ECD: hue angle of 235.9º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000ECD is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 14 205 -
CMYK 1 0.93 0 0.20
HSL 235.9º 1% 0.4% -
HSV(B) 235.9º 1% 0.8% -
XYZ 11.18 4.72 58.08 -
YUV 31.59 225.86 105.47 -
System Red Green Blue C M Y K H S L
Decimal 0 14 205 1 0.93 0 0.20 235.9 1 0.4
Hex 0 E CD 64 5D 0 14 EC 64 28
Octal 0 16 315 144 135 0 24 354 144 50
Binary 0 1110 11001101 1100100 1011101 0 10100 11101100 1100100 101000

Color Harmonies of #000ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000ECD

Black with #000ECD

Text Example


Text Example

White with #000ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #000ECD;
 }
 .AnyTagClassName
 {
   color: #000ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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