Html Css Color HEX #211AE1 Medium Blue

📋 copy color: '#211AE1'

red 33 ◦ green 26 ◦ blue 225

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

Shades of Medium Blue #211AE1

Tints of Medium Blue #211AE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 79.23%

R = 11.62%
G = 9.15%
B = 79.23%

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

#211AE1 (or 0x211AE1) is known color: Medium Blue. HEX triplet: 21, 1A and E1. RGB value is (33,26,225). Sum of RGB (Red+Green+Blue) = 33+26+225=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 26 (10.55% from 255 or 9.15% from 284); Blue value is 225 (88.28% from 255 or 79.23% from 284); Max value from RGB is 225 - color contains mainly: blue. Hex color #211AE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AE1 is #DEE51E. Grayscale: #313131. Windows color (decimal): -14607647 or 14752289. OLE color: 14752289.

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

Color convert

RGB 33 26 225 -
CMYK 0.85 0.88 0 0.12
HSL 242.11º 0.79% 0.49% -
HSV(B) 242.11º 0.88% 0.88% -
XYZ 14.59 6.5 71.72 -
YUV 50.78 226.32 115.32 -
System Red Green Blue C M Y K H S L
Decimal 33 26 225 0.85 0.88 0 0.12 242.11 0.79 0.49
Hex 21 1A E1 55 58 0 C F2 4F 31
Octal 41 32 341 125 130 0 14 362 117 61
Binary 100001 11010 11100001 1010101 1011000 0 1100 11110010 1001111 110001

Color Harmonies of #211AE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AE1

Black with #211AE1

Text Example


Text Example

White with #211AE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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