Html Css Color HEX #211AD5 Medium Blue

📋 copy color: '#211AD5'

red 33 ◦ green 26 ◦ blue 213

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

Shades of Medium Blue #211AD5

Tints of Medium Blue #211AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 78.31%

R = 12.13%
G = 9.56%
B = 78.31%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#211AD5 (or 0x211AD5) is known color: Medium Blue. HEX triplet: 21, 1A and D5. RGB value is (33,26,213). Sum of RGB (Red+Green+Blue) = 33+26+213=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 213 (83.59% from 255 or 78.31% from 272); Max value from RGB is 213 - color contains mainly: blue. Hex color #211AD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AD5 is #DEE52A. Grayscale: #303030. Windows color (decimal): -14607659 or 13965857. OLE color: 13965857.

HSL color Cylindrical-coordinate representation of color #211AD5: hue angle of 242.25º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #211AD5 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 33 26 213 -
CMYK 0.85 0.88 0 0.16
HSL 242.25º 0.78% 0.47% -
HSV(B) 242.25º 0.88% 0.84% -
XYZ 13.01 5.87 63.4 -
YUV 49.41 220.32 116.29 -
System Red Green Blue C M Y K H S L
Decimal 33 26 213 0.85 0.88 0 0.16 242.25 0.78 0.47
Hex 21 1A D5 55 58 0 10 F2 4E 2F
Octal 41 32 325 125 130 0 20 362 116 57
Binary 100001 11010 11010101 1010101 1011000 0 10000 11110010 1001110 101111

Color Harmonies of #211AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AD5

Black with #211AD5

Text Example


Text Example

White with #211AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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