Html Css Color HEX #220ECA Medium Blue

📋 copy color: '#220ECA'

red 34 ◦ green 14 ◦ blue 202

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

Shades of Medium Blue #220ECA

Tints of Medium Blue #220ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 80.8%

R = 13.6%
G = 5.6%
B = 80.8%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#220ECA (or 0x220ECA) is known color: Medium Blue. HEX triplet: 22, 0E and CA. RGB value is (34,14,202). Sum of RGB (Red+Green+Blue) = 34+14+202=250 (33% of max value = 765). Red value is 34 (13.67% from 255 or 13.6% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 202 (79.30% from 255 or 80.8% from 250); Max value from RGB is 202 - color contains mainly: blue. Hex color #220ECA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ECA is #DDF135. Grayscale: #282828. Windows color (decimal): -14545206 or 13241890. OLE color: 13241890.

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

Color convert

RGB 34 14 202 -
CMYK 0.83 0.93 0 0.21
HSL 246.38º 0.87% 0.42% -
HSV(B) 246.38º 0.93% 0.79% -
XYZ 11.48 4.92 56.22 -
YUV 41.41 218.63 122.71 -
System Red Green Blue C M Y K H S L
Decimal 34 14 202 0.83 0.93 0 0.21 246.38 0.87 0.42
Hex 22 E CA 53 5D 0 15 F6 57 2A
Octal 42 16 312 123 135 0 25 366 127 52
Binary 100010 1110 11001010 1010011 1011101 0 10101 11110110 1010111 101010

Color Harmonies of #220ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220ECA

Black with #220ECA

Text Example


Text Example

White with #220ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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