#2017EC

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

Shades of Blue #2017EC

Tints of Blue #2017EC

Color information

#2017EC (or 0x2017EC) is unknown color: approx Blue. HEX triplet: 20, 17 and EC. RGB value is (32,23,236). Sum of RGB (Red+Green+Blue) = 32+23+236=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 236 (92.58% from 255 or 81.10% from 291); Max value from RGB is 236 - color contains mainly: blue. Hex color #2017EC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2017EC is #DFE813. Grayscale: #313131. Windows color (decimal): -14673940 or 15472416. OLE color: 15472416.

HSL color Cylindrical-coordinate representation of color #2017EC: hue angle of 242.54º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2017EC is Cyan = 0.86, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB3223236-
CMYK0.860.9000.07
HSL242.54º84.86%50.78%-
HSV(B)242.54º90.25%92.55%-
XYZ16.046.9879.86-
YUV49.97232.98115.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.00%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 236 (92.58% from 255) = 81.10%
R=11.00%
G=7.90%
B=81.10%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal32232360.860.9000.07242.5484.8650.78
Hex2017EC565A07f35533
Octal40273541261320736312563
Binary1000001011111101100101011010110100111111100111010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2017EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2017EC; }

 p { color: rgb(32,23,236); }

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

<style>
 a { background-color: #2017EC; }

 a { background-color: rgb(32,23,236); }

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

<style>
 span { border-color: #2017EC; }

 span { border-color: rgb(32,23,236); }

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