#200CE5

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

Shades of Medium Blue #200CE5

Tints of Medium Blue #200CE5

Color information

#200CE5 (or 0x200CE5) is unknown color: approx Medium Blue. HEX triplet: 20, 0C and E5. RGB value is (32,12,229). Sum of RGB (Red+Green+Blue) = 32+12+229=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 229 (89.84% from 255 or 83.88% from 273); Max value from RGB is 229 - color contains mainly: blue. Hex color #200CE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CE5 is #DFF31A. Grayscale: #292929. Windows color (decimal): -14676763 or 15010848. OLE color: 15010848.

HSL color Cylindrical-coordinate representation of color #200CE5: hue angle of 245.53º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #200CE5 is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB3212229-
CMYK0.860.9500.10
HSL245.53º90.04%47.25%-
HSV(B)245.53º94.76%89.8%-
XYZ14.876.2374.55-
YUV42.72233.13120.36-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 12 (5.08% from 255) = 4.40%
BLUE value IS 229 (89.84% from 255) = 83.88%
R=11.72%
G=4.40%
B=83.88%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal32122290.860.9500.10245.5390.0447.25
Hex20CE5565F0Af65a2f
Octal401434512613701236613257
Binary1000001100111001011010110101111101010111101101011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200CE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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