Html Css Color HEX #211EDF Medium Blue

📋 copy color: '#211EDF'

red 33 ◦ green 30 ◦ blue 223

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

Shades of Medium Blue #211EDF

Tints of Medium Blue #211EDF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.49%

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

R = 11.54%
G = 10.49%
B = 77.97%

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

#211EDF (or 0x211EDF) is known color: Medium Blue. HEX triplet: 21, 1E and DF. RGB value is (33,30,223). Sum of RGB (Red+Green+Blue) = 33+30+223=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 30 (12.11% from 255 or 10.49% from 286); Blue value is 223 (87.5% from 255 or 77.97% from 286); Max value from RGB is 223 - color contains mainly: blue. Hex color #211EDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #211EDF is #DEE120. Grayscale: #343434. Windows color (decimal): -14606625 or 14622241. OLE color: 14622241.

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

Color convert

RGB 33 30 223 -
CMYK 0.85 0.87 0 0.13
HSL 240.93º 0.76% 0.5% -
HSV(B) 240.93º 0.87% 0.87% -
XYZ 14.41 6.58 70.32 -
YUV 52.9 223.99 113.81 -
System Red Green Blue C M Y K H S L
Decimal 33 30 223 0.85 0.87 0 0.13 240.93 0.76 0.5
Hex 21 1E DF 55 57 0 D F1 4C 32
Octal 41 36 337 125 127 0 15 361 114 62
Binary 100001 11110 11011111 1010101 1010111 0 1101 11110001 1001100 110010

Color Harmonies of #211EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #211EDF

Black with #211EDF

Text Example


Text Example

White with #211EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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