Html Css Color HEX #211BE1 Medium Blue

📋 copy color: '#211BE1'

red 33 ◦ green 27 ◦ blue 225

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

Shades of Medium Blue #211BE1

Tints of Medium Blue #211BE1

RGB

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

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

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

R = 11.58%
G = 9.47%
B = 78.95%

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

#211BE1 (or 0x211BE1) is known color: Medium Blue. HEX triplet: 21, 1B and E1. RGB value is (33,27,225). Sum of RGB (Red+Green+Blue) = 33+27+225=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 225 (88.28% from 255 or 78.95% from 285); Max value from RGB is 225 - color contains mainly: blue. Hex color #211BE1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BE1 is #DEE41E. Grayscale: #323232. Windows color (decimal): -14607391 or 14752545. OLE color: 14752545.

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

Color convert

RGB 33 27 225 -
CMYK 0.85 0.88 0 0.12
HSL 241.82º 0.79% 0.49% -
HSV(B) 241.82º 0.88% 0.88% -
XYZ 14.61 6.54 71.73 -
YUV 51.37 225.99 114.9 -
System Red Green Blue C M Y K H S L
Decimal 33 27 225 0.85 0.88 0 0.12 241.82 0.79 0.49
Hex 21 1B E1 55 58 0 C F2 4F 31
Octal 41 33 341 125 130 0 14 362 117 61
Binary 100001 11011 11100001 1010101 1011000 0 1100 11110010 1001111 110001

Color Harmonies of #211BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BE1

Black with #211BE1

Text Example


Text Example

White with #211BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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