#200EE5

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

Shades of Medium Blue #200EE5

Tints of Medium Blue #200EE5

Color information

#200EE5 (or 0x200EE5) is unknown color: approx Medium Blue. HEX triplet: 20, 0E and E5. RGB value is (32,14,229). Sum of RGB (Red+Green+Blue) = 32+14+229=275 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 229 (89.84% from 255 or 83.27% from 275); Max value from RGB is 229 - color contains mainly: blue. Hex color #200EE5 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200EE5 is #DFF11A. Grayscale: #2B2B2B. Windows color (decimal): -14676251 or 15011360. OLE color: 15011360.

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

Color convert

RGB3214229-
CMYK0.860.9400.10
HSL245.02º88.48%47.65%-
HSV(B)245.02º93.89%89.8%-
XYZ14.96.2874.56-
YUV43.89232.46119.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.64%
GREEN value IS 14 (5.86% from 255) = 5.09%
BLUE value IS 229 (89.84% from 255) = 83.27%
R=11.64%
G=5.09%
B=83.27%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal32142290.860.9400.10245.0288.4847.65
Hex20EE5565E0Af55830
Octal401634512613601236513060
Binary1000001110111001011010110101111001010111101011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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