Html Css Color HEX #2000DC Medium Blue

📋 copy color: '#2000DC'

red 32 ◦ green 0 ◦ blue 220

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

Shades of Medium Blue #2000DC

Tints of Medium Blue #2000DC

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 220 (86.33% from 255) = 87.3%

R = 12.7%
G = 0%
B = 87.3%

CMYK

 C value IS 0.85

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2000DC (or 0x2000DC) is known color: Medium Blue. HEX triplet: 20, 00 and DC. RGB value is (32,0,220). Sum of RGB (Red+Green+Blue) = 32+0+220=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 220 (86.33% from 255 or 87.30% from 252); Max value from RGB is 220 - color contains mainly: blue. Hex color #2000DC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2000DC is #DFFF23. Grayscale: #212121. Windows color (decimal): -14679844 or 14417952. OLE color: 14417952.

HSL color Cylindrical-coordinate representation of color #2000DC: hue angle of 248.73º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2000DC is Cyan = 0.85, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 32 0 220 -
CMYK 0.85 1 0 0.14
HSL 248.73º 1% 0.43% -
HSV(B) 248.73º 1% 0.86% -
XYZ 13.51 5.47 68.05 -
YUV 34.65 232.6 126.11 -
System Red Green Blue C M Y K H S L
Decimal 32 0 220 0.85 1 0 0.14 248.73 1 0.43
Hex 20 0 DC 55 64 0 E F9 64 2B
Octal 40 0 334 125 144 0 16 371 144 53
Binary 100000 0 11011100 1010101 1100100 0 1110 11111001 1100100 101011

Color Harmonies of #2000DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2000DC

Black with #2000DC

Text Example


Text Example

White with #2000DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2000DC; }

 p { color: rgb(32,0,220); }

 H1.HeaderClassName
 {
   color: #2000DC;
 }
 .AnyTagClassName
 {
   color: #2000DC;
 }
</style>

background-color css

<style>
 a { background-color: #2000DC; }

 a { background-color: rgb(32,0,220); }

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

border-color css

<style>
 span { border-color: #2000DC; }

 span { border-color: rgb(32,0,220); }

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