Html Css Color HEX #200DDD Medium Blue

📋 copy color: '#200DDD'

red 32 ◦ green 13 ◦ blue 221

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

Shades of Medium Blue #200DDD

Tints of Medium Blue #200DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.89%

 BLUE value IS 221 (86.72% from 255) = 83.08%

R = 12.03%
G = 4.89%
B = 83.08%

CMYK

 C value IS 0.86

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#200DDD (or 0x200DDD) is known color: Medium Blue. HEX triplet: 20, 0D and DD. RGB value is (32,13,221). Sum of RGB (Red+Green+Blue) = 32+13+221=266 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.03% from 266); Green value is 13 (5.47% from 255 or 4.89% from 266); Blue value is 221 (86.72% from 255 or 83.08% from 266); Max value from RGB is 221 - color contains mainly: blue. Hex color #200DDD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DDD is #DFF222. Grayscale: #292929. Windows color (decimal): -14676515 or 14486816. OLE color: 14486816.

HSL color Cylindrical-coordinate representation of color #200DDD: hue angle of 245.48º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200DDD is Cyan = 0.86, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 32 13 221 -
CMYK 0.86 0.94 0 0.13
HSL 245.48º 0.89% 0.46% -
HSV(B) 245.48º 0.94% 0.87% -
XYZ 13.79 5.82 68.8 -
YUV 42.39 228.79 120.59 -
System Red Green Blue C M Y K H S L
Decimal 32 13 221 0.86 0.94 0 0.13 245.48 0.89 0.46
Hex 20 D DD 56 5E 0 D F5 59 2E
Octal 40 15 335 126 136 0 15 365 131 56
Binary 100000 1101 11011101 1010110 1011110 0 1101 11110101 1011001 101110

Color Harmonies of #200DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200DDD

Black with #200DDD

Text Example


Text Example

White with #200DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200DDD; }

 p { color: rgb(32,13,221); }

 H1.HeaderClassName
 {
   color: #200DDD;
 }
 .AnyTagClassName
 {
   color: #200DDD;
 }
</style>

background-color css

<style>
 a { background-color: #200DDD; }

 a { background-color: rgb(32,13,221); }

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

border-color css

<style>
 span { border-color: #200DDD; }

 span { border-color: rgb(32,13,221); }

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