Html Css Color HEX #220ADE Medium Blue

📋 copy color: '#220ADE'

red 34 ◦ green 10 ◦ blue 222

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

Shades of Medium Blue #220ADE

Tints of Medium Blue #220ADE

RGB

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

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

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

R = 12.78%
G = 3.76%
B = 83.46%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#220ADE (or 0x220ADE) is known color: Medium Blue. HEX triplet: 22, 0A and DE. RGB value is (34,10,222). Sum of RGB (Red+Green+Blue) = 34+10+222=266 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.78% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 222 (87.11% from 255 or 83.46% from 266); Max value from RGB is 222 - color contains mainly: blue. Hex color #220ADE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #220ADE is #DDF521. Grayscale: #282828. Windows color (decimal): -14546210 or 14551586. OLE color: 14551586.

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

Color convert

RGB 34 10 222 -
CMYK 0.85 0.95 0 0.13
HSL 246.79º 0.91% 0.45% -
HSV(B) 246.79º 0.95% 0.87% -
XYZ 13.95 5.83 69.5 -
YUV 41.34 229.95 122.76 -
System Red Green Blue C M Y K H S L
Decimal 34 10 222 0.85 0.95 0 0.13 246.79 0.91 0.45
Hex 22 A DE 55 5F 0 D F7 5B 2D
Octal 42 12 336 125 137 0 15 367 133 55
Binary 100010 1010 11011110 1010101 1011111 0 1101 11110111 1011011 101101

Color Harmonies of #220ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #220ADE

Black with #220ADE

Text Example


Text Example

White with #220ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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