#2012CC

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

Shades of Medium Blue #2012CC

Tints of Medium Blue #2012CC

Color information

#2012CC (or 0x2012CC) is unknown color: approx Medium Blue. HEX triplet: 20, 12 and CC. RGB value is (32,18,204). Sum of RGB (Red+Green+Blue) = 32+18+204=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 204 (80.08% from 255 or 80.31% from 254); Max value from RGB is 204 - color contains mainly: blue. Hex color #2012CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2012CC is #DFED33. Grayscale: #2A2A2A. Windows color (decimal): -14675252 or 13373984. OLE color: 13373984.

HSL color Cylindrical-coordinate representation of color #2012CC: hue angle of 244.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2012CC is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB3218204-
CMYK0.840.9100.2
HSL244.52º83.78%43.53%-
HSV(B)244.52º91.18%80%-
XYZ11.715.157.49-
YUV43.39218.64119.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 204 (80.08% from 255) = 80.31%
R=12.60%
G=7.09%
B=80.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal32182040.840.9100.2244.5283.7843.53
Hex2012CC545B014f5542c
Octal402231412413302436512454
Binary100000100101100110010101001011011010100111101011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2012CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2012CC; }

 p { color: rgb(32,18,204); }

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

<style>
 a { background-color: #2012CC; }

 a { background-color: rgb(32,18,204); }

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

<style>
 span { border-color: #2012CC; }

 span { border-color: rgb(32,18,204); }

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