#200AE7

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

Shades of Blue #200AE7

Tints of Blue #200AE7

Color information

#200AE7 (or 0x200AE7) is unknown color: approx Blue. HEX triplet: 20, 0A and E7. RGB value is (32,10,231). Sum of RGB (Red+Green+Blue) = 32+10+231=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 10 (4.30% from 255 or 3.66% from 273); Blue value is 231 (90.62% from 255 or 84.62% from 273); Max value from RGB is 231 - color contains mainly: blue. Hex color #200AE7 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #200AE7 is #DFF518. Grayscale: #282828. Windows color (decimal): -14677273 or 15141408. OLE color: 15141408.

HSL color Cylindrical-coordinate representation of color #200AE7: hue angle of 245.97º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #200AE7 is Cyan = 0.86, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB3210231-
CMYK0.860.9600.09
HSL245.97º91.7%47.25%-
HSV(B)245.97º95.67%90.59%-
XYZ15.136.2976.02-
YUV41.77234.79121.03-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 10 (4.30% from 255) = 3.66%
BLUE value IS 231 (90.62% from 255) = 84.62%
R=11.72%
G=3.66%
B=84.62%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal32102310.860.9600.09245.9791.747.25
Hex20AE7566009f65c2f
Octal401234712614001136613457
Binary1000001010111001111010110110000001001111101101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,10,231); }

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

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

 a { background-color: rgb(32,10,231); }

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

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

 span { border-color: rgb(32,10,231); }

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