Html Css Color HEX #211AD7 Medium Blue

📋 copy color: '#211AD7'

red 33 ◦ green 26 ◦ blue 215

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

Shades of Medium Blue #211AD7

Tints of Medium Blue #211AD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 78.47%

R = 12.04%
G = 9.49%
B = 78.47%

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

#211AD7 (or 0x211AD7) is known color: Medium Blue. HEX triplet: 21, 1A and D7. RGB value is (33,26,215). Sum of RGB (Red+Green+Blue) = 33+26+215=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 215 (84.38% from 255 or 78.47% from 274); Max value from RGB is 215 - color contains mainly: blue. Hex color #211AD7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211AD7 is #DEE528. Grayscale: #303030. Windows color (decimal): -14607657 or 14096929. OLE color: 14096929.

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

Color convert

RGB 33 26 215 -
CMYK 0.85 0.88 0 0.16
HSL 242.22º 0.78% 0.47% -
HSV(B) 242.22º 0.88% 0.84% -
XYZ 13.26 5.97 64.74 -
YUV 49.64 221.32 116.13 -
System Red Green Blue C M Y K H S L
Decimal 33 26 215 0.85 0.88 0 0.16 242.22 0.78 0.47
Hex 21 1A D7 55 58 0 10 F2 4E 2F
Octal 41 32 327 125 130 0 20 362 116 57
Binary 100001 11010 11010111 1010101 1011000 0 10000 11110010 1001110 101111

Color Harmonies of #211AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211AD7

Black with #211AD7

Text Example


Text Example

White with #211AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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