#2016CE

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

Shades of Medium Blue #2016CE

Tints of Medium Blue #2016CE

Color information

#2016CE (or 0x2016CE) is unknown color: approx Medium Blue. HEX triplet: 20, 16 and CE. RGB value is (32,22,206). Sum of RGB (Red+Green+Blue) = 32+22+206=260 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.31% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 206 (80.86% from 255 or 79.23% from 260); Max value from RGB is 206 - color contains mainly: blue. Hex color #2016CE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2016CE is #DFE931. Grayscale: #2D2D2D. Windows color (decimal): -14674226 or 13506080. OLE color: 13506080.

HSL color Cylindrical-coordinate representation of color #2016CE: hue angle of 243.26º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2016CE is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB3222206-
CMYK0.840.8900.19
HSL243.26º80.7%44.71%-
HSV(B)243.26º89.32%80.78%-
XYZ12.025.3458.79-
YUV45.97218.31118.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.31%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 206 (80.86% from 255) = 79.23%
R=12.31%
G=8.46%
B=79.23%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal32222060.840.8900.19243.2680.744.71
Hex2016CE5459013f3512d
Octal402631612413102336312155
Binary100000101101100111010101001011001010011111100111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2016CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2016CE; }

 p { color: rgb(32,22,206); }

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

<style>
 a { background-color: #2016CE; }

 a { background-color: rgb(32,22,206); }

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

<style>
 span { border-color: #2016CE; }

 span { border-color: rgb(32,22,206); }

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