Html Css Color HEX #200ACC Medium Blue

📋 copy color: '#200ACC'

red 32 ◦ green 10 ◦ blue 204

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

Shades of Medium Blue #200ACC

Tints of Medium Blue #200ACC

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

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

R = 13.01%
G = 4.07%
B = 82.93%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#200ACC (or 0x200ACC) is known color: Medium Blue. HEX triplet: 20, 0A and CC. RGB value is (32,10,204). Sum of RGB (Red+Green+Blue) = 32+10+204=246 (32% of max value = 765). Red value is 32 (12.89% from 255 or 13.01% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 204 (80.08% from 255 or 82.93% from 246); Max value from RGB is 204 - color contains mainly: blue. Hex color #200ACC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ACC is #DFF533. Grayscale: #252525. Windows color (decimal): -14677300 or 13371936. OLE color: 13371936.

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

Color convert

RGB 32 10 204 -
CMYK 0.84 0.95 0 0.2
HSL 246.8º 0.91% 0.42% -
HSV(B) 246.8º 0.95% 0.8% -
XYZ 11.6 4.88 57.46 -
YUV 38.69 221.29 123.23 -
System Red Green Blue C M Y K H S L
Decimal 32 10 204 0.84 0.95 0 0.2 246.8 0.91 0.42
Hex 20 A CC 54 5F 0 14 F7 5B 2A
Octal 40 12 314 124 137 0 24 367 133 52
Binary 100000 1010 11001100 1010100 1011111 0 10100 11110111 1011011 101010

Color Harmonies of #200ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200ACC

Black with #200ACC

Text Example


Text Example

White with #200ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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