Html Css Color HEX #211DDF Medium Blue

📋 copy color: '#211DDF'

red 33 ◦ green 29 ◦ blue 223

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

Shades of Medium Blue #211DDF

Tints of Medium Blue #211DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 78.25%

R = 11.58%
G = 10.18%
B = 78.25%

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

#211DDF (or 0x211DDF) is known color: Medium Blue. HEX triplet: 21, 1D and DF. RGB value is (33,29,223). Sum of RGB (Red+Green+Blue) = 33+29+223=285 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.58% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 223 (87.5% from 255 or 78.25% from 285); Max value from RGB is 223 - color contains mainly: blue. Hex color #211DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211DDF is #DEE220. Grayscale: #333333. Windows color (decimal): -14606881 or 14621985. OLE color: 14621985.

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

Color convert

RGB 33 29 223 -
CMYK 0.85 0.87 0 0.13
HSL 241.24º 0.77% 0.49% -
HSV(B) 241.24º 0.87% 0.87% -
XYZ 14.39 6.53 70.31 -
YUV 52.31 224.33 114.23 -
System Red Green Blue C M Y K H S L
Decimal 33 29 223 0.85 0.87 0 0.13 241.24 0.77 0.49
Hex 21 1D DF 55 57 0 D F1 4D 31
Octal 41 35 337 125 127 0 15 361 115 61
Binary 100001 11101 11011111 1010101 1010111 0 1101 11110001 1001101 110001

Color Harmonies of #211DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211DDF

Black with #211DDF

Text Example


Text Example

White with #211DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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