#200FCA

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

Shades of Medium Blue #200FCA

Tints of Medium Blue #200FCA

Color information

#200FCA (or 0x200FCA) is unknown color: approx Medium Blue. HEX triplet: 20, 0F and CA. RGB value is (32,15,202). Sum of RGB (Red+Green+Blue) = 32+15+202=249 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.85% from 249); Green value is 15 (6.25% from 255 or 6.02% from 249); Blue value is 202 (79.30% from 255 or 81.12% from 249); Max value from RGB is 202 - color contains mainly: blue. Hex color #200FCA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200FCA is #DFF035. Grayscale: #282828. Windows color (decimal): -14676022 or 13242144. OLE color: 13242144.

HSL color Cylindrical-coordinate representation of color #200FCA: hue angle of 245.45º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200FCA is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB3215202-
CMYK0.840.9300.21
HSL245.45º86.18%42.55%-
HSV(B)245.45º92.57%79.22%-
XYZ11.434.9156.22-
YUV41.4218.63121.29-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.85%
GREEN value IS 15 (6.25% from 255) = 6.02%
BLUE value IS 202 (79.30% from 255) = 81.12%
R=12.85%
G=6.02%
B=81.12%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal32152020.840.9300.21245.4586.1842.55
Hex20FCA545D015f5562b
Octal401731212413502536512653
Binary10000011111100101010101001011101010101111101011010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,15,202); }

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

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

 a { background-color: rgb(32,15,202); }

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

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

 span { border-color: rgb(32,15,202); }

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