#171FEC

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

Shades of Blue #171FEC

Tints of Blue #171FEC

Color information

#171FEC (or 0x171FEC) is unknown color: approx Blue. HEX triplet: 17, 1F and EC. RGB value is (23,31,236). Sum of RGB (Red+Green+Blue) = 23+31+236=290 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.93% from 290); Green value is 31 (12.5% from 255 or 10.69% from 290); Blue value is 236 (92.58% from 255 or 81.38% from 290); Max value from RGB is 236 - color contains mainly: blue. Hex color #171FEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171FEC is #E8E013. Grayscale: #333333. Windows color (decimal): -15261716 or 15474455. OLE color: 15474455.

HSL color Cylindrical-coordinate representation of color #171FEC: hue angle of 237.75º 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 #171FEC is Cyan = 0.90, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB2331236-
CMYK0.900.8700.07
HSL237.75º84.86%50.78%-
HSV(B)237.75º90.25%92.55%-
XYZ15.987.2279.91-
YUV51.98231.85107.33-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.93%
GREEN value IS 31 (12.5% from 255) = 10.69%
BLUE value IS 236 (92.58% from 255) = 81.38%
R=7.93%
G=10.69%
B=81.38%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23312360.900.8700.07237.7584.8650.78
Hex171FEC5A5707ee5533
Octal27373541321270735612563
Binary101111111111101100101101010101110111111011101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171FEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #171FEC; }

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

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

<style>
 a { background-color: #171FEC; }

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

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

<style>
 span { border-color: #171FEC; }

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

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