#220ECD

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

Shades of Medium Blue #220ECD

Tints of Medium Blue #220ECD

Color information

#220ECD (or 0x220ECD) is unknown color: approx Medium Blue. HEX triplet: 22, 0E and CD. RGB value is (34,14,205). Sum of RGB (Red+Green+Blue) = 34+14+205=253 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.44% from 253); Green value is 14 (5.86% from 255 or 5.53% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #220ECD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ECD is #DDF132. Grayscale: #292929. Windows color (decimal): -14545203 or 13438498. OLE color: 13438498.

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

Color convert

RGB3414205-
CMYK0.830.9300.20
HSL246.28º87.21%42.94%-
HSV(B)246.28º93.17%80.39%-
XYZ11.845.0658.11-
YUV41.75220.13122.47-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 13.44%
GREEN value IS 14 (5.86% from 255) = 5.53%
BLUE value IS 205 (80.47% from 255) = 81.03%
R=13.44%
G=5.53%
B=81.03%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal34142050.830.9300.20246.2887.2142.94
Hex22ECD535D014f6572b
Octal421631512313502436612753
Binary10001011101100110110100111011101010100111101101010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220ECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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