Html Css Color HEX #211BE0 Medium Blue

📋 copy color: '#211BE0'

red 33 ◦ green 27 ◦ blue 224

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

Shades of Medium Blue #211BE0

Tints of Medium Blue #211BE0

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.51%

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

R = 11.62%
G = 9.51%
B = 78.87%

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

#211BE0 (or 0x211BE0) is known color: Medium Blue. HEX triplet: 21, 1B and E0. RGB value is (33,27,224). Sum of RGB (Red+Green+Blue) = 33+27+224=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 224 (87.89% from 255 or 78.87% from 284); Max value from RGB is 224 - color contains mainly: blue. Hex color #211BE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BE0 is #DEE41F. Grayscale: #323232. Windows color (decimal): -14607392 or 14687009. OLE color: 14687009.

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

Color convert

RGB 33 27 224 -
CMYK 0.85 0.88 0 0.12
HSL 241.83º 0.78% 0.49% -
HSV(B) 241.83º 0.88% 0.88% -
XYZ 14.47 6.49 71.01 -
YUV 51.25 225.49 114.98 -
System Red Green Blue C M Y K H S L
Decimal 33 27 224 0.85 0.88 0 0.12 241.83 0.78 0.49
Hex 21 1B E0 55 58 0 C F2 4E 31
Octal 41 33 340 125 130 0 14 362 116 61
Binary 100001 11011 11100000 1010101 1011000 0 1100 11110010 1001110 110001

Color Harmonies of #211BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BE0

Black with #211BE0

Text Example


Text Example

White with #211BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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