#200CCF

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

Shades of Medium Blue #200CCF

Tints of Medium Blue #200CCF

Color information

#200CCF (or 0x200CCF) is unknown color: approx Medium Blue. HEX triplet: 20, 0C and CF. RGB value is (32,12,207). Sum of RGB (Red+Green+Blue) = 32+12+207=251 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.75% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 207 (81.25% from 255 or 82.47% from 251); Max value from RGB is 207 - color contains mainly: blue. Hex color #200CCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #200CCF is #DFF330. Grayscale: #272727. Windows color (decimal): -14676785 or 13569056. OLE color: 13569056.

HSL color Cylindrical-coordinate representation of color #200CCF: hue angle of 246.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #200CCF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3212207-
CMYK0.850.9400.19
HSL246.15º89.04%42.94%-
HSV(B)246.15º94.2%81.18%-
XYZ11.995.0859.38-
YUV40.21222.13122.14-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.75%
GREEN value IS 12 (5.08% from 255) = 4.78%
BLUE value IS 207 (81.25% from 255) = 82.47%
R=12.75%
G=4.78%
B=82.47%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32122070.850.9400.19246.1589.0442.94
Hex20CCF555E013f6592b
Octal401431712513602336613153
Binary10000011001100111110101011011110010011111101101011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #200CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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