Html Css Color HEX #211AE0 Medium Blue

📋 copy color: '#211AE0'

red 33 ◦ green 26 ◦ blue 224

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

Shades of Medium Blue #211AE0

Tints of Medium Blue #211AE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 79.15%

R = 11.66%
G = 9.19%
B = 79.15%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#211AE0 (or 0x211AE0) is known color: Medium Blue. HEX triplet: 21, 1A and E0. RGB value is (33,26,224). Sum of RGB (Red+Green+Blue) = 33+26+224=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 224 (87.89% from 255 or 79.15% from 283); Max value from RGB is 224 - color contains mainly: blue. Hex color #211AE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AE0 is #DEE51F. Grayscale: #313131. Windows color (decimal): -14607648 or 14686753. OLE color: 14686753.

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

Color convert

RGB 33 26 224 -
CMYK 0.85 0.88 0 0.12
HSL 242.12º 0.79% 0.49% -
HSV(B) 242.12º 0.88% 0.88% -
XYZ 14.45 6.44 71 -
YUV 50.67 225.82 115.4 -
System Red Green Blue C M Y K H S L
Decimal 33 26 224 0.85 0.88 0 0.12 242.12 0.79 0.49
Hex 21 1A E0 55 58 0 C F2 4F 31
Octal 41 32 340 125 130 0 14 362 117 61
Binary 100001 11010 11100000 1010101 1011000 0 1100 11110010 1001111 110001

Color Harmonies of #211AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AE0

Black with #211AE0

Text Example


Text Example

White with #211AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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