#171AF2

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

Shades of Blue #171AF2

Tints of Blue #171AF2

Color information

#171AF2 (or 0x171AF2) is unknown color: approx Blue. HEX triplet: 17, 1A and F2. RGB value is (23,26,242). Sum of RGB (Red+Green+Blue) = 23+26+242=291 (38% of max value = 765). Red value is 23 (9.38% from 255 or 7.90% from 291); Green value is 26 (10.55% from 255 or 8.93% from 291); Blue value is 242 (94.92% from 255 or 83.16% from 291); Max value from RGB is 242 - color contains mainly: blue. Hex color #171AF2 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #171AF2 is #E8E50D. Grayscale: #303030. Windows color (decimal): -15262990 or 15866391. OLE color: 15866391.

HSL color Cylindrical-coordinate representation of color #171AF2: hue angle of 239.18º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #171AF2 is Cyan = 0.90, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB2326242-
CMYK0.900.8900.05
HSL239.18º89.39%51.96%-
HSV(B)239.18º90.5%94.9%-
XYZ16.757.3384.54-
YUV49.73236.51108.94-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 7.90%
GREEN value IS 26 (10.55% from 255) = 8.93%
BLUE value IS 242 (94.92% from 255) = 83.16%
R=7.90%
G=8.93%
B=83.16%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal23262420.900.8900.05239.1889.3951.96
Hex171AF25A5905ef5934
Octal27323621321310535713164
Binary101111101011110010101101010110010101111011111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #171AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,26,242); }

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

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

 a { background-color: rgb(23,26,242); }

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

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

 span { border-color: rgb(23,26,242); }

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