Html Css Color HEX #211BD6 Medium Blue

📋 copy color: '#211BD6'

red 33 ◦ green 27 ◦ blue 214

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

Shades of Medium Blue #211BD6

Tints of Medium Blue #211BD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 78.1%

R = 12.04%
G = 9.85%
B = 78.1%

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

#211BD6 (or 0x211BD6) is known color: Medium Blue. HEX triplet: 21, 1B and D6. RGB value is (33,27,214). Sum of RGB (Red+Green+Blue) = 33+27+214=274 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.04% from 274); Green value is 27 (10.94% from 255 or 9.85% from 274); Blue value is 214 (83.98% from 255 or 78.10% from 274); Max value from RGB is 214 - color contains mainly: blue. Hex color #211BD6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211BD6 is #DEE429. Grayscale: #313131. Windows color (decimal): -14607402 or 14031649. OLE color: 14031649.

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

Color convert

RGB 33 27 214 -
CMYK 0.85 0.87 0 0.16
HSL 241.93º 0.78% 0.47% -
HSV(B) 241.93º 0.87% 0.84% -
XYZ 13.16 5.96 64.08 -
YUV 50.11 220.49 115.79 -
System Red Green Blue C M Y K H S L
Decimal 33 27 214 0.85 0.87 0 0.16 241.93 0.78 0.47
Hex 21 1B D6 55 57 0 10 F2 4E 2F
Octal 41 33 326 125 127 0 20 362 116 57
Binary 100001 11011 11010110 1010101 1010111 0 10000 11110010 1001110 101111

Color Harmonies of #211BD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211BD6

Black with #211BD6

Text Example


Text Example

White with #211BD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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