Html Css Color HEX #220EDE Medium Blue

📋 copy color: '#220EDE'

red 34 ◦ green 14 ◦ blue 222

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

Shades of Medium Blue #220EDE

Tints of Medium Blue #220EDE

RGB

 RED value IS 34 (13.67% from 255) = 12.59%

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

 BLUE value IS 222 (87.11% from 255) = 82.22%

R = 12.59%
G = 5.19%
B = 82.22%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#220EDE (or 0x220EDE) is known color: Medium Blue. HEX triplet: 22, 0E and DE. RGB value is (34,14,222). Sum of RGB (Red+Green+Blue) = 34+14+222=270 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.59% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 222 (87.11% from 255 or 82.22% from 270); Max value from RGB is 222 - color contains mainly: blue. Hex color #220EDE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EDE is #DDF121. Grayscale: #2A2A2A. Windows color (decimal): -14545186 or 14552610. OLE color: 14552610.

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

Color convert

RGB 34 14 222 -
CMYK 0.85 0.94 0 0.13
HSL 245.77º 0.88% 0.46% -
HSV(B) 245.77º 0.94% 0.87% -
XYZ 14 5.93 69.51 -
YUV 43.69 228.63 121.09 -
System Red Green Blue C M Y K H S L
Decimal 34 14 222 0.85 0.94 0 0.13 245.77 0.88 0.46
Hex 22 E DE 55 5E 0 D F6 58 2E
Octal 42 16 336 125 136 0 15 366 130 56
Binary 100010 1110 11011110 1010101 1011110 0 1101 11110110 1011000 101110

Color Harmonies of #220EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220EDE

Black with #220EDE

Text Example


Text Example

White with #220EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #220EDE;
 }
 .AnyTagClassName
 {
   color: #220EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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