Html Css Color HEX #211CDD Medium Blue

📋 copy color: '#211CDD'

red 33 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #211CDD

Tints of Medium Blue #211CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.37%

R = 11.7%
G = 9.93%
B = 78.37%

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

#211CDD (or 0x211CDD) is known color: Medium Blue. HEX triplet: 21, 1C and DD. RGB value is (33,28,221). Sum of RGB (Red+Green+Blue) = 33+28+221=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #211CDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211CDD is #DEE322. Grayscale: #323232. Windows color (decimal): -14607139 or 14490657. OLE color: 14490657.

HSL color Cylindrical-coordinate representation of color #211CDD: 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 #211CDD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 33 28 221 -
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.09 6.37 68.89 -
YUV 51.5 223.66 114.81 -
System Red Green Blue C M Y K H S L
Decimal 33 28 221 0.85 0.87 0 0.13 241.55 0.78 0.49
Hex 21 1C DD 55 57 0 D F2 4E 31
Octal 41 34 335 125 127 0 15 362 116 61
Binary 100001 11100 11011101 1010101 1010111 0 1101 11110010 1001110 110001

Color Harmonies of #211CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211CDD

Black with #211CDD

Text Example


Text Example

White with #211CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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