#200EC1

Color #200EC1 Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #200EC1

Tints of Medium Blue #200EC1

Color information

#200EC1 (or 0x200EC1) is unknown color: approx Medium Blue. HEX triplet: 20, 0E and C1. RGB value is (32,14,193). Sum of RGB (Red+Green+Blue) = 32+14+193=239 (31% of max value = 765). Red value is 32 (12.89% from 255 or 13.39% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 193 (75.78% from 255 or 80.75% from 239); Max value from RGB is 193 - color contains mainly: blue. Hex color #200EC1 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EC1 is #DFF13E. Grayscale: #272727. Windows color (decimal): -14676287 or 12652064. OLE color: 12652064.

HSL color Cylindrical-coordinate representation of color #200EC1: hue angle of 246.03º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200EC1 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB3214193-
CMYK0.830.9300.24
HSL246.03º86.47%40.59%-
HSV(B)246.03º92.75%75.69%-
XYZ10.384.4750.77-
YUV39.79214.46122.45-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 13.39%
GREEN value IS 14 (5.86% from 255) = 5.86%
BLUE value IS 193 (75.78% from 255) = 80.75%
R=13.39%
G=5.86%
B=80.75%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal32141930.830.9300.24246.0386.4740.59
Hex20EC1535D018f65629
Octal401630112313503036612651
Binary10000011101100000110100111011101011000111101101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200EC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #200EC1;
 }
 .AnyTagClassName
 {
   color: #200EC1;
 }
</style>
background-color css

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

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

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

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

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

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