Html Css Color HEX #2011CD Medium Blue

📋 copy color: '#2011CD'

red 32 ◦ green 17 ◦ blue 205

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

Shades of Medium Blue #2011CD

Tints of Medium Blue #2011CD

RGB

 RED value IS 32 (12.89% from 255) = 12.6%

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 12.6%
G = 6.69%
B = 80.71%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2011CD (or 0x2011CD) is known color: Medium Blue. HEX triplet: 20, 11 and CD. RGB value is (32,17,205). Sum of RGB (Red+Green+Blue) = 32+17+205=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #2011CD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011CD is #DFEE32. Grayscale: #2A2A2A. Windows color (decimal): -14675507 or 13439264. OLE color: 13439264.

HSL color Cylindrical-coordinate representation of color #2011CD: hue angle of 244.79º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2011CD is Cyan = 0.84, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 17 205 -
CMYK 0.84 0.92 0 0.20
HSL 244.79º 0.85% 0.44% -
HSV(B) 244.79º 0.92% 0.8% -
XYZ 11.82 5.12 58.12 -
YUV 42.92 219.47 120.21 -
System Red Green Blue C M Y K H S L
Decimal 32 17 205 0.84 0.92 0 0.20 244.79 0.85 0.44
Hex 20 11 CD 54 5C 0 14 F5 55 2C
Octal 40 21 315 124 134 0 24 365 125 54
Binary 100000 10001 11001101 1010100 1011100 0 10100 11110101 1010101 101100

Color Harmonies of #2011CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2011CD

Black with #2011CD

Text Example


Text Example

White with #2011CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2011CD; }

 p { color: rgb(32,17,205); }

 H1.HeaderClassName
 {
   color: #2011CD;
 }
 .AnyTagClassName
 {
   color: #2011CD;
 }
</style>

background-color css

<style>
 a { background-color: #2011CD; }

 a { background-color: rgb(32,17,205); }

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

border-color css

<style>
 span { border-color: #2011CD; }

 span { border-color: rgb(32,17,205); }

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