Html Css Color HEX #211AD4 Medium Blue

📋 copy color: '#211AD4'

red 33 ◦ green 26 ◦ blue 212

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

Shades of Medium Blue #211AD4

Tints of Medium Blue #211AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 78.23%

R = 12.18%
G = 9.59%
B = 78.23%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#211AD4 (or 0x211AD4) is known color: Medium Blue. HEX triplet: 21, 1A and D4. RGB value is (33,26,212). Sum of RGB (Red+Green+Blue) = 33+26+212=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 212 (83.20% from 255 or 78.23% from 271); Max value from RGB is 212 - color contains mainly: blue. Hex color #211AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AD4 is #DEE52B. Grayscale: #303030. Windows color (decimal): -14607660 or 13900321. OLE color: 13900321.

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

Color convert

RGB 33 26 212 -
CMYK 0.84 0.88 0 0.17
HSL 242.26º 0.78% 0.47% -
HSV(B) 242.26º 0.88% 0.83% -
XYZ 12.88 5.82 62.73 -
YUV 49.3 219.82 116.38 -
System Red Green Blue C M Y K H S L
Decimal 33 26 212 0.84 0.88 0 0.17 242.26 0.78 0.47
Hex 21 1A D4 54 58 0 11 F2 4E 2F
Octal 41 32 324 124 130 0 21 362 116 57
Binary 100001 11010 11010100 1010100 1011000 0 10001 11110010 1001110 101111

Color Harmonies of #211AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AD4

Black with #211AD4

Text Example


Text Example

White with #211AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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