Html Css Color HEX #200ECC Medium Blue

📋 copy color: '#200ECC'

red 32 ◦ green 14 ◦ blue 204

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

Shades of Medium Blue #200ECC

Tints of Medium Blue #200ECC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.6%

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

R = 12.8%
G = 5.6%
B = 81.6%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#200ECC (or 0x200ECC) is known color: Medium Blue. HEX triplet: 20, 0E and CC. RGB value is (32,14,204). Sum of RGB (Red+Green+Blue) = 32+14+204=250 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 204 (80.08% from 255 or 81.6% from 250); Max value from RGB is 204 - color contains mainly: blue. Hex color #200ECC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ECC is #DFF133. Grayscale: #282828. Windows color (decimal): -14676276 or 13372960. OLE color: 13372960.

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

Color convert

RGB 32 14 204 -
CMYK 0.84 0.93 0 0.2
HSL 245.68º 0.87% 0.43% -
HSV(B) 245.68º 0.93% 0.8% -
XYZ 11.65 4.98 57.47 -
YUV 41.04 219.96 121.55 -
System Red Green Blue C M Y K H S L
Decimal 32 14 204 0.84 0.93 0 0.2 245.68 0.87 0.43
Hex 20 E CC 54 5D 0 14 F6 57 2B
Octal 40 16 314 124 135 0 24 366 127 53
Binary 100000 1110 11001100 1010100 1011101 0 10100 11110110 1010111 101011

Color Harmonies of #200ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200ECC

Black with #200ECC

Text Example


Text Example

White with #200ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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