Html Css Color HEX #200CCD Medium Blue

📋 copy color: '#200CCD'

red 32 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #200CCD

Tints of Medium Blue #200CCD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.82%

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

R = 12.85%
G = 4.82%
B = 82.33%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#200CCD (or 0x200CCD) is known color: Medium Blue. HEX triplet: 20, 0C and CD. RGB value is (32,12,205). Sum of RGB (Red+Green+Blue) = 32+12+205=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 12 (5.08% from 255 or 4.82% from 249); Blue value is 205 (80.47% from 255 or 82.33% from 249); Max value from RGB is 205 - color contains mainly: blue. Hex color #200CCD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CCD is #DFF332. Grayscale: #272727. Windows color (decimal): -14676787 or 13437984. OLE color: 13437984.

HSL color Cylindrical-coordinate representation of color #200CCD: hue angle of 246.22º degrees, saturation: 0.89, 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 #200CCD is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 32 12 205 -
CMYK 0.84 0.94 0 0.20
HSL 246.22º 0.89% 0.43% -
HSV(B) 246.22º 0.94% 0.8% -
XYZ 11.75 4.98 58.1 -
YUV 39.98 221.13 122.31 -
System Red Green Blue C M Y K H S L
Decimal 32 12 205 0.84 0.94 0 0.20 246.22 0.89 0.43
Hex 20 C CD 54 5E 0 14 F6 59 2B
Octal 40 14 315 124 136 0 24 366 131 53
Binary 100000 1100 11001101 1010100 1011110 0 10100 11110110 1011001 101011

Color Harmonies of #200CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200CCD

Black with #200CCD

Text Example


Text Example

White with #200CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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