Html Css Color HEX #211ADE Medium Blue

📋 copy color: '#211ADE'

red 33 ◦ green 26 ◦ blue 222

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

Shades of Medium Blue #211ADE

Tints of Medium Blue #211ADE

RGB

 RED value IS 33 (13.28% from 255) = 11.74%

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

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

R = 11.74%
G = 9.25%
B = 79%

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

#211ADE (or 0x211ADE) is known color: Medium Blue. HEX triplet: 21, 1A and DE. RGB value is (33,26,222). Sum of RGB (Red+Green+Blue) = 33+26+222=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 26 (10.55% from 255 or 9.25% from 281); Blue value is 222 (87.11% from 255 or 79.00% from 281); Max value from RGB is 222 - color contains mainly: blue. Hex color #211ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211ADE is #DEE521. Grayscale: #313131. Windows color (decimal): -14607650 or 14555681. OLE color: 14555681.

HSL color Cylindrical-coordinate representation of color #211ADE: hue angle of 242.14º 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 #211ADE is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 26 222 -
CMYK 0.85 0.88 0 0.13
HSL 242.14º 0.79% 0.49% -
HSV(B) 242.14º 0.88% 0.87% -
XYZ 14.18 6.34 69.58 -
YUV 50.44 224.82 115.56 -
System Red Green Blue C M Y K H S L
Decimal 33 26 222 0.85 0.88 0 0.13 242.14 0.79 0.49
Hex 21 1A DE 55 58 0 D F2 4F 31
Octal 41 32 336 125 130 0 15 362 117 61
Binary 100001 11010 11011110 1010101 1011000 0 1101 11110010 1001111 110001

Color Harmonies of #211ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211ADE

Black with #211ADE

Text Example


Text Example

White with #211ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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