Html Css Color HEX #2011C6 Medium Blue

📋 copy color: '#2011C6'

red 32 ◦ green 17 ◦ blue 198

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

Shades of Medium Blue #2011C6

Tints of Medium Blue #2011C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 80.16%

R = 12.96%
G = 6.88%
B = 80.16%

CMYK

 C value IS 0.84

 M value IS 0.91

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2011C6 (or 0x2011C6) is known color: Medium Blue. HEX triplet: 20, 11 and C6. RGB value is (32,17,198). Sum of RGB (Red+Green+Blue) = 32+17+198=247 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.96% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 198 (77.73% from 255 or 80.16% from 247); Max value from RGB is 198 - color contains mainly: blue. Hex color #2011C6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2011C6 is #DFEE39. Grayscale: #292929. Windows color (decimal): -14675514 or 12980512. OLE color: 12980512.

HSL color Cylindrical-coordinate representation of color #2011C6: hue angle of 244.97º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2011C6 is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 32 17 198 -
CMYK 0.84 0.91 0 0.22
HSL 244.97º 0.84% 0.42% -
HSV(B) 244.97º 0.91% 0.78% -
XYZ 10.99 4.79 53.77 -
YUV 42.12 215.97 120.78 -
System Red Green Blue C M Y K H S L
Decimal 32 17 198 0.84 0.91 0 0.22 244.97 0.84 0.42
Hex 20 11 C6 54 5B 0 16 F5 54 2A
Octal 40 21 306 124 133 0 26 365 124 52
Binary 100000 10001 11000110 1010100 1011011 0 10110 11110101 1010100 101010

Color Harmonies of #2011C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2011C6

Black with #2011C6

Text Example


Text Example

White with #2011C6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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