Html Css Color HEX #211DDD Medium Blue

📋 copy color: '#211DDD'

red 33 ◦ green 29 ◦ blue 221

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

Shades of Medium Blue #211DDD

Tints of Medium Blue #211DDD

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

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

R = 11.66%
G = 10.25%
B = 78.09%

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

#211DDD (or 0x211DDD) is known color: Medium Blue. HEX triplet: 21, 1D and DD. RGB value is (33,29,221). Sum of RGB (Red+Green+Blue) = 33+29+221=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 221 (86.72% from 255 or 78.09% from 283); Max value from RGB is 221 - color contains mainly: blue. Hex color #211DDD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DDD is #DEE222. Grayscale: #333333. Windows color (decimal): -14606883 or 14490913. OLE color: 14490913.

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

Color convert

RGB 33 29 221 -
CMYK 0.85 0.87 0 0.13
HSL 241.25º 0.77% 0.49% -
HSV(B) 241.25º 0.87% 0.87% -
XYZ 14.12 6.42 68.9 -
YUV 52.08 223.33 114.39 -
System Red Green Blue C M Y K H S L
Decimal 33 29 221 0.85 0.87 0 0.13 241.25 0.77 0.49
Hex 21 1D DD 55 57 0 D F1 4D 31
Octal 41 35 335 125 127 0 15 361 115 61
Binary 100001 11101 11011101 1010101 1010111 0 1101 11110001 1001101 110001

Color Harmonies of #211DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211DDD

Black with #211DDD

Text Example


Text Example

White with #211DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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