#170AC8

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

Shades of Medium Blue #170AC8

Tints of Medium Blue #170AC8

Color information

#170AC8 (or 0x170AC8) is unknown color: approx Medium Blue. HEX triplet: 17, 0A and C8. RGB value is (23,10,200). Sum of RGB (Red+Green+Blue) = 23+10+200=233 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.87% from 233); Green value is 10 (4.30% from 255 or 4.29% from 233); Blue value is 200 (78.52% from 255 or 85.84% from 233); Max value from RGB is 200 - color contains mainly: blue. Hex color #170AC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170AC8 is #E8F537. Grayscale: #222222. Windows color (decimal): -15267128 or 13109783. OLE color: 13109783.

HSL color Cylindrical-coordinate representation of color #170AC8: hue angle of 244.11º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170AC8 is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2310200-
CMYK0.880.9500.22
HSL244.11º90.48%41.18%-
HSV(B)244.11º95%78.43%-
XYZ10.894.5754.95-
YUV35.55220.81119.05-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.87%
GREEN value IS 10 (4.30% from 255) = 4.29%
BLUE value IS 200 (78.52% from 255) = 85.84%
R=9.87%
G=4.29%
B=85.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal23102000.880.9500.22244.1190.4841.18
Hex17AC8585F016f45a29
Octal271231013013702636413251
Binary1011110101100100010110001011111010110111101001011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170AC8; }

 p { color: rgb(23,10,200); }

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

<style>
 a { background-color: #170AC8; }

 a { background-color: rgb(23,10,200); }

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

<style>
 span { border-color: #170AC8; }

 span { border-color: rgb(23,10,200); }

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