Html Css Color HEX #221ADE Medium Blue

📋 copy color: '#221ADE'

red 34 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #221ADE

Tints of Medium Blue #221ADE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.22%

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

R = 12.06%
G = 9.22%
B = 78.72%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#221ADE (or 0x221ADE) is known color: Medium Blue. HEX triplet: 22, 1A and DE. RGB value is (34,26,222). Sum of RGB (Red+Green+Blue) = 34+26+222=282 (37% of max value = 765). Red value is 34 (13.67% from 255 or 12.06% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 222 (87.11% from 255 or 78.72% from 282); Max value from RGB is 222 - color contains mainly: blue. Hex color #221ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #221ADE is #DDE521. Grayscale: #313131. Windows color (decimal): -14542114 or 14555682. OLE color: 14555682.

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

Color convert

RGB 34 26 222 -
CMYK 0.85 0.88 0 0.13
HSL 242.45º 0.79% 0.49% -
HSV(B) 242.45º 0.88% 0.87% -
XYZ 14.21 6.35 69.58 -
YUV 50.74 224.65 116.06 -
System Red Green Blue C M Y K H S L
Decimal 34 26 222 0.85 0.88 0 0.13 242.45 0.79 0.49
Hex 22 1A DE 55 58 0 D F2 4F 31
Octal 42 32 336 125 130 0 15 362 117 61
Binary 100010 11010 11011110 1010101 1011000 0 1101 11110010 1001111 110001

Color Harmonies of #221ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221ADE

Black with #221ADE

Text Example


Text Example

White with #221ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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