Html Css Color HEX #211CDE Medium Blue

📋 copy color: '#211CDE'

red 33 ◦ green 28 ◦ blue 222

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

Shades of Medium Blue #211CDE

Tints of Medium Blue #211CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 78.45%

R = 11.66%
G = 9.89%
B = 78.45%

CMYK

 C value IS 0.85

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#211CDE (or 0x211CDE) is known color: Medium Blue. HEX triplet: 21, 1C and DE. RGB value is (33,28,222). Sum of RGB (Red+Green+Blue) = 33+28+222=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 222 (87.11% from 255 or 78.45% from 283); Max value from RGB is 222 - color contains mainly: blue. Hex color #211CDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CDE is #DEE321. Grayscale: #323232. Windows color (decimal): -14607138 or 14556193. OLE color: 14556193.

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

Color convert

RGB 33 28 222 -
CMYK 0.85 0.87 0 0.13
HSL 241.55º 0.78% 0.49% -
HSV(B) 241.55º 0.87% 0.87% -
XYZ 14.23 6.43 69.6 -
YUV 51.61 224.16 114.73 -
System Red Green Blue C M Y K H S L
Decimal 33 28 222 0.85 0.87 0 0.13 241.55 0.78 0.49
Hex 21 1C DE 55 57 0 D F2 4E 31
Octal 41 34 336 125 127 0 15 362 116 61
Binary 100001 11100 11011110 1010101 1010111 0 1101 11110010 1001110 110001

Color Harmonies of #211CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CDE

Black with #211CDE

Text Example


Text Example

White with #211CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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