Html Css Color HEX #220EDD Medium Blue

📋 copy color: '#220EDD'

red 34 ◦ green 14 ◦ blue 221

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

Shades of Medium Blue #220EDD

Tints of Medium Blue #220EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 82.16%

R = 12.64%
G = 5.2%
B = 82.16%

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

#220EDD (or 0x220EDD) is known color: Medium Blue. HEX triplet: 22, 0E and DD. RGB value is (34,14,221). Sum of RGB (Red+Green+Blue) = 34+14+221=269 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.64% from 269); Green value is 14 (5.86% from 255 or 5.20% from 269); Blue value is 221 (86.72% from 255 or 82.16% from 269); Max value from RGB is 221 - color contains mainly: blue. Hex color #220EDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EDD is #DDF122. Grayscale: #2A2A2A. Windows color (decimal): -14545187 or 14487074. OLE color: 14487074.

HSL color Cylindrical-coordinate representation of color #220EDD: hue angle of 245.8º 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 #220EDD is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 34 14 221 -
CMYK 0.85 0.94 0 0.13
HSL 245.8º 0.88% 0.46% -
HSV(B) 245.8º 0.94% 0.87% -
XYZ 13.87 5.87 68.81 -
YUV 43.58 228.13 121.17 -
System Red Green Blue C M Y K H S L
Decimal 34 14 221 0.85 0.94 0 0.13 245.8 0.88 0.46
Hex 22 E DD 55 5E 0 D F6 58 2E
Octal 42 16 335 125 136 0 15 366 130 56
Binary 100010 1110 11011101 1010101 1011110 0 1101 11110110 1011000 101110

Color Harmonies of #220EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220EDD

Black with #220EDD

Text Example


Text Example

White with #220EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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