#220EE0

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

Shades of Medium Blue #220EE0

Tints of Medium Blue #220EE0

Color information

#220EE0 (or 0x220EE0) is unknown color: approx Medium Blue. HEX triplet: 22, 0E and E0. RGB value is (34,14,224). Sum of RGB (Red+Green+Blue) = 34+14+224=272 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.5% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 224 (87.89% from 255 or 82.35% from 272); Max value from RGB is 224 - color contains mainly: blue. Hex color #220EE0 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EE0 is #DDF11F. Grayscale: #2B2B2B. Windows color (decimal): -14545184 or 14683682. OLE color: 14683682.

HSL color Cylindrical-coordinate representation of color #220EE0: hue angle of 245.71º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #220EE0 is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB3414224-
CMYK0.850.9400.12
HSL245.71º88.24%46.67%-
HSV(B)245.71º93.75%87.84%-
XYZ14.276.0470.93-
YUV43.92229.63120.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 12.5%
GREEN value IS 14 (5.86% from 255) = 5.15%
BLUE value IS 224 (87.89% from 255) = 82.35%
R=12.5%
G=5.15%
B=82.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal34142240.850.9400.12245.7188.2446.67
Hex22EE0555E0Cf6582f
Octal421634012513601436613057
Binary1000101110111000001010101101111001100111101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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