#020ECD

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

Shades of Medium Blue #020ECD

Tints of Medium Blue #020ECD

Color information

#020ECD (or 0x020ECD) is unknown color: approx Medium Blue. HEX triplet: 02, 0E and CD. RGB value is (2,14,205). Sum of RGB (Red+Green+Blue) = 2+14+205=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 14 (5.86% from 255 or 6.33% from 221); Blue value is 205 (80.47% from 255 or 92.76% from 221); Max value from RGB is 205 - color contains mainly: blue. Hex color #020ECD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020ECD is #FDF132. Grayscale: #1F1F1F. Windows color (decimal): -16642355 or 13438466. OLE color: 13438466.

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

Color convert

RGB214205-
CMYK0.990.9300.20
HSL236.45º98.07%40.59%-
HSV(B)236.45º99.02%80.39%-
XYZ11.24.7358.08-
YUV32.19225.52106.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 14 (5.86% from 255) = 6.33%
BLUE value IS 205 (80.47% from 255) = 92.76%
R=0.90%
G=6.33%
B=92.76%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2142050.990.9300.20236.4598.0740.59
Hex2ECD635D014ec6229
Octal21631514313502435414251
Binary1011101100110111000111011101010100111011001100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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