Html Css Color HEX #220ADC Medium Blue

📋 copy color: '#220ADC'

red 34 ◦ green 10 ◦ blue 220

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

Shades of Medium Blue #220ADC

Tints of Medium Blue #220ADC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.79%

 BLUE value IS 220 (86.33% from 255) = 83.33%

R = 12.88%
G = 3.79%
B = 83.33%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#220ADC (or 0x220ADC) is known color: Medium Blue. HEX triplet: 22, 0A and DC. RGB value is (34,10,220). Sum of RGB (Red+Green+Blue) = 34+10+220=264 (34% of max value = 765). Red value is 34 (13.67% from 255 or 12.88% from 264); Green value is 10 (4.30% from 255 or 3.79% from 264); Blue value is 220 (86.33% from 255 or 83.33% from 264); Max value from RGB is 220 - color contains mainly: blue. Hex color #220ADC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ADC is #DDF523. Grayscale: #282828. Windows color (decimal): -14546212 or 14420514. OLE color: 14420514.

HSL color Cylindrical-coordinate representation of color #220ADC: hue angle of 246.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #220ADC is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 34 10 220 -
CMYK 0.85 0.95 0 0.14
HSL 246.86º 0.91% 0.45% -
HSV(B) 246.86º 0.95% 0.86% -
XYZ 13.69 5.72 68.09 -
YUV 41.12 228.95 122.92 -
System Red Green Blue C M Y K H S L
Decimal 34 10 220 0.85 0.95 0 0.14 246.86 0.91 0.45
Hex 22 A DC 55 5F 0 E F7 5B 2D
Octal 42 12 334 125 137 0 16 367 133 55
Binary 100010 1010 11011100 1010101 1011111 0 1110 11110111 1011011 101101

Color Harmonies of #220ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220ADC

Black with #220ADC

Text Example


Text Example

White with #220ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,10,220); }

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

background-color css

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

 a { background-color: rgb(34,10,220); }

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

border-color css

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

 span { border-color: rgb(34,10,220); }

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