Html Css Color HEX #200ACE Medium Blue

📋 copy color: '#200ACE'

red 32 ◦ green 10 ◦ blue 206

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

Shades of Medium Blue #200ACE

Tints of Medium Blue #200ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 83.06%

R = 12.9%
G = 4.03%
B = 83.06%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#200ACE (or 0x200ACE) is known color: Medium Blue. HEX triplet: 20, 0A and CE. RGB value is (32,10,206). Sum of RGB (Red+Green+Blue) = 32+10+206=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 206 (80.86% from 255 or 83.06% from 248); Max value from RGB is 206 - color contains mainly: blue. Hex color #200ACE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ACE is #DFF531. Grayscale: #262626. Windows color (decimal): -14677298 or 13503008. OLE color: 13503008.

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

Color convert

RGB 32 10 206 -
CMYK 0.84 0.95 0 0.19
HSL 246.73º 0.91% 0.42% -
HSV(B) 246.73º 0.95% 0.81% -
XYZ 11.84 4.98 58.73 -
YUV 38.92 222.29 123.06 -
System Red Green Blue C M Y K H S L
Decimal 32 10 206 0.84 0.95 0 0.19 246.73 0.91 0.42
Hex 20 A CE 54 5F 0 13 F7 5B 2A
Octal 40 12 316 124 137 0 23 367 133 52
Binary 100000 1010 11001110 1010100 1011111 0 10011 11110111 1011011 101010

Color Harmonies of #200ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200ACE

Black with #200ACE

Text Example


Text Example

White with #200ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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