Html Css Color HEX #200DCC Medium Blue

📋 copy color: '#200DCC'

red 32 ◦ green 13 ◦ blue 204

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

Shades of Medium Blue #200DCC

Tints of Medium Blue #200DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 81.93%

R = 12.85%
G = 5.22%
B = 81.93%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#200DCC (or 0x200DCC) is known color: Medium Blue. HEX triplet: 20, 0D and CC. RGB value is (32,13,204). Sum of RGB (Red+Green+Blue) = 32+13+204=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #200DCC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200DCC is #DFF233. Grayscale: #272727. Windows color (decimal): -14676532 or 13372704. OLE color: 13372704.

HSL color Cylindrical-coordinate representation of color #200DCC: hue angle of 245.97º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200DCC is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 13 204 -
CMYK 0.84 0.94 0 0.2
HSL 245.97º 0.88% 0.43% -
HSV(B) 245.97º 0.94% 0.8% -
XYZ 11.64 4.95 57.47 -
YUV 40.46 220.29 121.97 -
System Red Green Blue C M Y K H S L
Decimal 32 13 204 0.84 0.94 0 0.2 245.97 0.88 0.43
Hex 20 D CC 54 5E 0 14 F6 58 2B
Octal 40 15 314 124 136 0 24 366 130 53
Binary 100000 1101 11001100 1010100 1011110 0 10100 11110110 1011000 101011

Color Harmonies of #200DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200DCC

Black with #200DCC

Text Example


Text Example

White with #200DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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