Html Css Color HEX #211BD5 Medium Blue

📋 copy color: '#211BD5'

red 33 ◦ green 27 ◦ blue 213

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

Shades of Medium Blue #211BD5

Tints of Medium Blue #211BD5

RGB

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

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

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

R = 12.09%
G = 9.89%
B = 78.02%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#211BD5 (or 0x211BD5) is known color: Medium Blue. HEX triplet: 21, 1B and D5. RGB value is (33,27,213). Sum of RGB (Red+Green+Blue) = 33+27+213=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 27 (10.94% from 255 or 9.89% from 273); Blue value is 213 (83.59% from 255 or 78.02% from 273); Max value from RGB is 213 - color contains mainly: blue. Hex color #211BD5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BD5 is #DEE42A. Grayscale: #313131. Windows color (decimal): -14607403 or 13966113. OLE color: 13966113.

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

Color convert

RGB 33 27 213 -
CMYK 0.85 0.87 0 0.16
HSL 241.94º 0.78% 0.47% -
HSV(B) 241.94º 0.87% 0.84% -
XYZ 13.03 5.91 63.41 -
YUV 50 219.99 115.88 -
System Red Green Blue C M Y K H S L
Decimal 33 27 213 0.85 0.87 0 0.16 241.94 0.78 0.47
Hex 21 1B D5 55 57 0 10 F2 4E 2F
Octal 41 33 325 125 127 0 20 362 116 57
Binary 100001 11011 11010101 1010101 1010111 0 10000 11110010 1001110 101111

Color Harmonies of #211BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BD5

Black with #211BD5

Text Example


Text Example

White with #211BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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