Html Css Color HEX #220EE4 Medium Blue

📋 copy color: '#220EE4'

red 34 ◦ green 14 ◦ blue 228

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

Shades of Medium Blue #220EE4

Tints of Medium Blue #220EE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 82.61%

R = 12.32%
G = 5.07%
B = 82.61%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#220EE4 (or 0x220EE4) is known color: Medium Blue. HEX triplet: 22, 0E and E4. RGB value is (34,14,228). Sum of RGB (Red+Green+Blue) = 34+14+228=276 (36% of max value = 765). Red value is 34 (13.67% from 255 or 12.32% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 228 (89.45% from 255 or 82.61% from 276); Max value from RGB is 228 - color contains mainly: blue. Hex color #220EE4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220EE4 is #DDF11B. Grayscale: #2B2B2B. Windows color (decimal): -14545180 or 14945826. OLE color: 14945826.

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

Color convert

RGB 34 14 228 -
CMYK 0.85 0.94 0 0.11
HSL 245.61º 0.88% 0.47% -
HSV(B) 245.61º 0.94% 0.89% -
XYZ 14.82 6.26 73.83 -
YUV 44.38 231.63 120.6 -
System Red Green Blue C M Y K H S L
Decimal 34 14 228 0.85 0.94 0 0.11 245.61 0.88 0.47
Hex 22 E E4 55 5E 0 B F6 58 2F
Octal 42 16 344 125 136 0 13 366 130 57
Binary 100010 1110 11100100 1010101 1011110 0 1011 11110110 1011000 101111

Color Harmonies of #220EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220EE4

Black with #220EE4

Text Example


Text Example

White with #220EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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