#170ACF

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

Shades of Medium Blue #170ACF

Tints of Medium Blue #170ACF

Color information

#170ACF (or 0x170ACF) is unknown color: approx Medium Blue. HEX triplet: 17, 0A and CF. RGB value is (23,10,207). Sum of RGB (Red+Green+Blue) = 23+10+207=240 (31% of max value = 765). Red value is 23 (9.38% from 255 or 9.58% from 240); Green value is 10 (4.30% from 255 or 4.17% from 240); Blue value is 207 (81.25% from 255 or 86.25% from 240); Max value from RGB is 207 - color contains mainly: blue. Hex color #170ACF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170ACF is #E8F530. Grayscale: #232323. Windows color (decimal): -15267121 or 13568535. OLE color: 13568535.

HSL color Cylindrical-coordinate representation of color #170ACF: hue angle of 243.96º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #170ACF is Cyan = 0.89, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2310207-
CMYK0.890.9500.19
HSL243.96º90.78%42.55%-
HSV(B)243.96º95.17%81.18%-
XYZ11.724.959.36-
YUV36.34224.31118.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.58%
GREEN value IS 10 (4.30% from 255) = 4.17%
BLUE value IS 207 (81.25% from 255) = 86.25%
R=9.58%
G=4.17%
B=86.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal23102070.890.9500.19243.9690.7842.55
Hex17ACF595F013f45b2b
Octal271231713113702336413353
Binary1011110101100111110110011011111010011111101001011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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