Html Css Color HEX #211CDC Medium Blue

📋 copy color: '#211CDC'

red 33 ◦ green 28 ◦ blue 220

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

Shades of Medium Blue #211CDC

Tints of Medium Blue #211CDC

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.96%

 BLUE value IS 220 (86.33% from 255) = 78.29%

R = 11.74%
G = 9.96%
B = 78.29%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#211CDC (or 0x211CDC) is known color: Medium Blue. HEX triplet: 21, 1C and DC. RGB value is (33,28,220). Sum of RGB (Red+Green+Blue) = 33+28+220=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 28 (11.33% from 255 or 9.96% from 281); Blue value is 220 (86.33% from 255 or 78.29% from 281); Max value from RGB is 220 - color contains mainly: blue. Hex color #211CDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CDC is #DEE323. Grayscale: #323232. Windows color (decimal): -14607140 or 14425121. OLE color: 14425121.

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

Color convert

RGB 33 28 220 -
CMYK 0.85 0.87 0 0.14
HSL 241.56º 0.77% 0.49% -
HSV(B) 241.56º 0.87% 0.86% -
XYZ 13.96 6.32 68.19 -
YUV 51.38 223.16 114.89 -
System Red Green Blue C M Y K H S L
Decimal 33 28 220 0.85 0.87 0 0.14 241.56 0.77 0.49
Hex 21 1C DC 55 57 0 E F2 4D 31
Octal 41 34 334 125 127 0 16 362 115 61
Binary 100001 11100 11011100 1010101 1010111 0 1110 11110010 1001101 110001

Color Harmonies of #211CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CDC

Black with #211CDC

Text Example


Text Example

White with #211CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,28,220); }

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

background-color css

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

 a { background-color: rgb(33,28,220); }

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

border-color css

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

 span { border-color: rgb(33,28,220); }

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