#200ED7

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

Shades of Medium Blue #200ED7

Tints of Medium Blue #200ED7

Color information

#200ED7 (or 0x200ED7) is unknown color: approx Medium Blue. HEX triplet: 20, 0E and D7. RGB value is (32,14,215). Sum of RGB (Red+Green+Blue) = 32+14+215=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 14 (5.86% from 255 or 5.36% from 261); Blue value is 215 (84.38% from 255 or 82.38% from 261); Max value from RGB is 215 - color contains mainly: blue. Hex color #200ED7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200ED7 is #DFF128. Grayscale: #292929. Windows color (decimal): -14676265 or 14093856. OLE color: 14093856.

HSL color Cylindrical-coordinate representation of color #200ED7: hue angle of 245.37º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200ED7 is Cyan = 0.85, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB3214215-
CMYK0.850.9300.16
HSL245.37º87.77%44.9%-
HSV(B)245.37º93.49%84.31%-
XYZ13.025.5364.67-
YUV42.3225.46120.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 14 (5.86% from 255) = 5.36%
BLUE value IS 215 (84.38% from 255) = 82.38%
R=12.26%
G=5.36%
B=82.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal32142150.850.9300.16245.3787.7744.9
Hex20ED7555D010f5582d
Octal401632712513502036513055
Binary10000011101101011110101011011101010000111101011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200ED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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